mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
914382224d
Makes it possible to specify the link dependencies and link interfaces in one command without repetition.
8 lines
69 B
C
8 lines
69 B
C
|
|
#include "depa_export.h"
|
|
|
|
struct DEPA_EXPORT DepA
|
|
{
|
|
int foo();
|
|
};
|