9784af1b50
This new policy restricts the addition of the shared library link flags to executables only when the ENABLE_EXPORTS property is set to True.
4 lines
59 B
CMake
4 lines
59 B
CMake
|
|
enable_language(C)
|
|
add_executable(main subproject/main.c)
|