mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
12 lines
137 B
CMake
12 lines
137 B
CMake
|
|
file(WRITE "${RunCMake_TEST_BINARY_DIR}/external.c" [[
|
|
|
|
|
|
#if defined(_WIN32)
|
|
__declspec(dllexport)
|
|
#endif
|
|
void external(void)
|
|
{
|
|
}
|
|
]])
|