Skip to content
Snippets Groups Projects
Commit 147bd15a authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Add -DVP_DEBUG in debug mode.

    * src/CMakeLists.txt.
parent 41e11cc3
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ INCLUDE_DIRECTORIES(
IF (\"${CMAKE_VERBOSITY_LEVEL}\" STREQUAL \"\")
ADD_DEFINITIONS(-DVP_DEBUG_MODE=0)
ELSE (\"${CMAKE_VERBOSITY_LEVEL}\" STREQUAL \"\")
ADD_DEFINITIONS(-DVP_DEBUG_MODE=${CMAKE_VERBOSITY_LEVEL})
ADD_DEFINITIONS(-DVP_DEBUG_MODE=${CMAKE_VERBOSITY_LEVEL} -DVP_DEBUG)
ENDIF (\"${CMAKE_VERBOSITY_LEVEL}\" STREQUAL \"\")
ADD_LIBRARY(${LIBRARY_NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment