kraken: bootstrap build system

This commit is contained in:
Bruno BELANYI 2022-03-11 23:12:10 +01:00
commit 5cd9e11979
6 changed files with 49 additions and 0 deletions

4
src/CMakeLists.txt Normal file
View file

@ -0,0 +1,4 @@
add_executable(kraken kraken.cc)
target_link_libraries(kraken PRIVATE common_options)
install(TARGETS kraken)