Add cmakelists

This commit is contained in:
2023-10-31 17:33:09 +01:00
parent 050a55cc40
commit 4835ebd796
5 changed files with 36 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
add_subdirectory(examples)
add_subdirectory(playground)
add_subdirectory(src)
add_subdirectory(tests)