1 2 3 4 5 6
enable_language(CXX) add_library(foo foo.cpp) set_target_properties(foo PROPERTIES COMMON_LANGUAGE_RUNTIME "netcore")