kraken: bootstrap build system
This commit is contained in:
commit
5cd9e11979
6 changed files with 49 additions and 0 deletions
4
src/CMakeLists.txt
Normal file
4
src/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
add_executable(kraken kraken.cc)
|
||||
target_link_libraries(kraken PRIVATE common_options)
|
||||
|
||||
install(TARGETS kraken)
|
||||
Loading…
Add table
Add a link
Reference in a new issue