You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-07-10 12:18:44 -07: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) |