Files
ropkg/ropam/CMakeLists.txt
T
2026-06-22 17:45:54 +01:00

7 lines
149 B
CMake

file(GLOB_RECURSE sources *.c *.h)
add_executable(ropam ${sources})
target_link_libraries(ropam
libropkg
FX::Runtime FX::Io FX::Term FX::Cmdline)