diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-26 11:45:53 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-26 11:45:53 +0200 |
commit | cd1b5097d6683355bbe2b96add8740ffc738ef8f (patch) | |
tree | 1e7c31893468c7f05aa07e0836bf0fb58d820b0c /client/CMakeLists.txt | |
parent | cad919018ed72005d2bc110247087201b0dea7ab (diff) |
fix another silly bug
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r-- | client/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 5da93e4..6aa4b4f 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.29) set(CMAKE_C_STANDARD 11) set(CMAKE_CXX_STANDARD 17) set(CMAKE_EXPORT_COMPILE_COMMANDS 1) +set(CMAKE_BUILD_TYPE Debug) project(puzzlebox_client C CXX) |