Skip to content

Commit

Permalink
+ update template module
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 28, 2015
1 parent b81482d commit 4cf84fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Tools/_TEMPLATE_/App/CMakeLists.txt
Expand Up @@ -2,9 +2,9 @@
include_directories(
${Boost_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${PYTHON_INCLUDE_PATH}
${PYTHON_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIR}
${XERCESC_INCLUDE_DIR}
${XercesC_INCLUDE_DIRS}
)

set(_TEMPLATE__LIBS
Expand Down
6 changes: 3 additions & 3 deletions src/Tools/_TEMPLATE_/Gui/CMakeLists.txt
Expand Up @@ -3,11 +3,11 @@ include_directories(
${CMAKE_SOURCE_DIR}/src
${CMAKE_CURRENT_BINARY_DIR}
${Boost_INCLUDE_DIRS}
${COIN3D_INCLUDE_DIR}
${COIN3D_INCLUDE_DIRS}
${QT_INCLUDE_DIR}
${ZLIB_INCLUDE_DIR}
${PYTHON_INCLUDE_PATH}
${XERCESC_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
${XercesC_INCLUDE_DIRS}
)

set(_TEMPLATE_Gui_LIBS
Expand Down

0 comments on commit 4cf84fe

Please sign in to comment.