You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-03-30 11:18:58 -07:00
6 lines
209 B
CMake
6 lines
209 B
CMake
add_library(args INTERFACE)
|
|
target_sources(args INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/args/args.hxx)
|
|
target_include_directories(args INTERFACE args)
|
|
|
|
add_subdirectory(linuxdeploy-desktopfile EXCLUDE_FROM_ALL)
|