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

7 lines
149 B
CMake

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