6 lines
94 B
CMake
6 lines
94 B
CMake
add_executable(repl
|
|
main.c
|
|
)
|
|
configure_target(repl)
|
|
target_link_libraries(repl PRIVATE imp)
|