8a862a4d4b
Add a `CMAKE_NINJA_OUTPUT_PATH_PREFIX` variable. When it is set, CMake generates a `build.ninja` file suitable for embedding into another ninja project potentially generated by an alien generator.
5 lines
101 B
C
5 lines
101 B
C
#if defined(_WIN32) && !defined(GREETING_STATIC)
|
|
__declspec(dllimport)
|
|
#endif
|
|
void greeting(void);
|