Stephen Kelly 914382224d target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options
Makes it possible to specify the link dependencies and link
interfaces in one command without repetition.
2011-11-22 16:52:35 -05:00

8 lines
69 B
C

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