10 lines
140 B
CMake
10 lines
140 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
add_executable(tr ${SOURCES})
|
|
banan_link_library(tr ban)
|
|
banan_link_library(tr libc)
|
|
|
|
install(TARGETS tr OPTIONAL)
|