+ compile with clang

This commit is contained in:
wmayer
2014-05-05 16:24:01 +02:00
parent 0fc9cd2b46
commit 4b2b243e47
19 changed files with 114 additions and 95 deletions

View File

@@ -5,6 +5,7 @@ else(MSVC)
endif(MSVC)
include_directories(
${CMAKE_BINARY_DIR}
${Boost_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${ZLIB_INCLUDE_DIR}

View File

@@ -5,6 +5,7 @@ else(MSVC)
endif(MSVC)
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/src
${CMAKE_CURRENT_BINARY_DIR}
${Boost_INCLUDE_DIRS}