5 lines
167 B
CMake
5 lines
167 B
CMake
file(GLOB_RECURSE sources *.c *.h)
|
|
|
|
add_executable(ropam ${sources})
|
|
target_link_libraries(ropam Bluelib::Core Bluelib::Object Bluelib::Io Bluelib::Term Bluelib::Cmd)
|