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