diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index d90ad33..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -cmake_minimum_required(VERSION 3.21) - -project( - bowshock - - VERSION 0.12.0 - HOMEPAGE_URL "https://mandelbrot.dk/bowshock" - LANGUAGES C CXX -) - -add_subdirectory(bowshock) -add_subdirectory(glad) |