Files
linuxdeploy/tests/simple_executable/CMakeLists.txt
2018-10-24 13:09:59 +02:00

2 lines
119 B
CMake

add_executable(simple_executable simple_executable.cpp)
target_link_libraries(simple_executable simple_library pthread)