2 lines
104 B
CMake
2 lines
104 B
CMake
add_library(mylib_fake SHARED mylib.cpp)
|
|
set_target_properties(mylib_fake PROPERTIES OUTPUT_NAME mylib)
|