4 lines
47 B
CMake
4 lines
47 B
CMake
enable_language(CXX)
|
|
|
|
add_library(foo foo.cpp)
|
enable_language(CXX)
|
|
|
|
add_library(foo foo.cpp)
|