CMake/Tests/CMakeCommands/target_link_libraries/depG.h

8 lines
69 B
C

#include "depg_export.h"
struct DEPG_EXPORT DepG
{
int foo();
};