4 lines
122 B
CMake
4 lines
122 B
CMake
|
add_executable(calapmtest calapmtest.cpp)
|
||
|
add_definitions(-DCALAMARES)
|
||
|
target_link_libraries(calapmtest calapm Qt5::Core)
|