mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-02 20:58:58 -06:00
7 lines
119 B
CMake
7 lines
119 B
CMake
enable_language(CXX)
|
|
|
|
add_library(foo foo.cpp)
|
|
|
|
set_target_properties(foo PROPERTIES
|
|
COMMON_LANGUAGE_RUNTIME "safe")
|