4 lines
93 B
CMake
4 lines
93 B
CMake
project(testing)
|
|
add_executable(testing source.cpp)
|
|
target_link_libraries(testing PickleLib)
|