diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cff1d8..f2bf966 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ project(junkcraft VERSION 1.0 DESCRIPTION "Minecraft clone" LANGUAGES C) +set(CMAKE_BUILD_TYPE Debug) message("Compiler: ${CMAKE_CXX_COMPILER_ID}") add_subdirectory(src) |
