This supports most(?) options except for the separate fields. Should work for simple use cases Also merge is currently just a wrapper around sort so its not optimized :D
10 lines
148 B
CMake
10 lines
148 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
add_executable(sort ${SOURCES})
|
|
banan_link_library(sort ban)
|
|
banan_link_library(sort libc)
|
|
|
|
install(TARGETS sort OPTIONAL)
|