mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-19 20:09:22 -05:00
2 lines
119 B
CMake
2 lines
119 B
CMake
add_executable(simple_executable simple_executable.cpp)
|
|
target_link_libraries(simple_executable simple_library pthread) |