9 lines
113 B
CMake
9 lines
113 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
add_executable(mv ${SOURCES})
|
|
banan_link_library(mv libc)
|
|
|
|
install(TARGETS mv OPTIONAL)
|