This commit is contained in:
Hugo Mårdbrink 2022-12-01 13:04:26 +01:00
parent ffcff856aa
commit 05becdbbbc
3 changed files with 2284 additions and 0 deletions

View file

@ -9,3 +9,4 @@ if( NOT CMAKE_BUILD_TYPE )
SET( CMAKE_BUILD_TYPE Release )
endif()
add_executable(d1 "d1/main.cxx")