5 lines
66 B
CMake
5 lines
66 B
CMake
|
|
cmake_policy(SET CMP0042 NEW)
|
|
|
|
add_library(foo SHARED empty.cpp)
|