diff options
| author | realtradam <[email protected]> | 2023-01-11 22:10:23 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-01-11 22:10:23 -0500 |
| commit | 50d4ca3c7df7ca7d67a4435ea726a6c68375a814 (patch) | |
| tree | 784c3bbbb7884abf1f63d6858fd1313dbfaabfc5 /CMakeLists.txt | |
| parent | 9cdc389115ee873c761c818b4d54253ff5cfe15f (diff) | |
| download | TOJam2023-50d4ca3c7df7ca7d67a4435ea726a6c68375a814.tar.gz TOJam2023-50d4ca3c7df7ca7d67a4435ea726a6c68375a814.zip | |
bump rodeo version
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c8e18d..c885377 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.25.1) +set(CMAKE_BUILD_TYPE Debug) + project(space_squad) file(GLOB SOURCES |
