mirror of
https://github.com/reactos/CMake.git
synced 2025-02-07 20:38:49 +00:00
![Stephen Kelly](/assets/img/avatar_default.png)
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();
|
|
};
|