CMake/Tests/CMakeCommands/target_link_libraries/depA.h

8 lines
69 B
C

#include "depa_export.h"
struct DEPA_EXPORT DepA
{
int foo();
};