mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -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 "depb_export.h"
|
|
|
|
struct DEPB_EXPORT DepB
|
|
{
|
|
int foo();
|
|
};
|