77cecb778f
This establishes that linking is used to propagate usage-requirements between targets in CMake code. The use of the target_link_libraries command as the API for this is chosen because introducing a new command would introduce confusion due to multiple commands which differ only in a subtle way.
8 lines
69 B
C
8 lines
69 B
C
|
|
#include "depg_export.h"
|
|
|
|
struct DEPG_EXPORT DepG
|
|
{
|
|
int foo();
|
|
};
|