Files
imp/demo/CMakeLists.txt

6 lines
94 B
CMake

add_executable(repl
main.c
)
configure_target(repl)
target_link_libraries(repl PRIVATE imp)