cppcheck/cmake/compilerDefinitions.cmake

10 lines
282 B
CMake
Raw Normal View History

2015-02-13 19:00:14 +01:00
if (UNIX)
if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
add_definitions(-D_GLIBCXX_DEBUG)
endif()
if (HAVE_RULES)
add_definitions(-DHAVE_RULES -DTIXML_USE_STL)
endif()
add_definitions(-DCFGDIR="${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}")
endif()