1
0
Fork 0

Adding CMake again :)

This commit is contained in:
Henrik Hautakoski 2022-09-26 22:22:25 +02:00
parent cb4274bb1c
commit 2dc8050ce3
10 changed files with 384 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#find_package(Spectre REQUIRED)
spectre_example(text
main.cpp
Game.cpp
)