Skip to content

Commit

Permalink
Add "_d" suffix on debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Dec 2, 2018
1 parent 3a47086 commit 37d0e71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CmakeModules)

set(CMAKE_CXX_STANDARD 11)

if(NOT CMAKE_DEBUG_POSTFIX)
set(CMAKE_DEBUG_POSTFIX "_d")
endif()

set(OIS_MAJOR_VERSION 1)
set(OIS_MINOR_VERSION 5)
set(OIS_PATCH_VERSION 0)
Expand Down

0 comments on commit 37d0e71

Please sign in to comment.