calamares/tests/CMakeLists.txt

4 lines
122 B
CMake
Raw Normal View History

add_executable(calapmtest calapmtest.cpp)
add_definitions(-DCALAMARES)
target_link_libraries(calapmtest calapm Qt5::Core)