Add debug configuration

This commit is contained in:
Martin
2017-04-24 17:28:45 +02:00
parent 149b34c254
commit 9b1ddf6861

View File

@@ -1,7 +1,7 @@
PROJECT(miniz)
cmake_minimum_required(VERSION 2.8)
set(CMAKE_BUILD_TYPE Release)
set(CMAKE_CONFIGURATION_TYPES Release)
set(CMAKE_CONFIGURATION_TYPES Release Debug)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)