CMake/Tests/CMakeCommands/target_link_libraries/depB.h

8 lines
69 B
C

#include "depb_export.h"
struct DEPB_EXPORT DepB
{
int foo();
};