🎉 Init project set up
This commit is contained in:
commit
27c5a55400
6 changed files with 40 additions and 0 deletions
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cmake_minimum_required(VERSION 4.0)
|
||||
|
||||
project(Trenesis)
|
||||
|
||||
include_directories(lib)
|
||||
|
||||
add_subdirectory(tests)
|
||||
Loading…
Add table
Add a link
Reference in a new issue