Reoranising header structure.

This commit is contained in:
David Williams
2015-02-07 17:16:54 +01:00
parent 97bd3a232a
commit 16a75d0606
68 changed files with 101 additions and 146 deletions

View File

@ -44,7 +44,7 @@ MACRO(CREATE_TEST headerfile sourcefile executablename)
ENDIF()
ENDMACRO(CREATE_TEST)
INCLUDE_DIRECTORIES(${PolyVoxCore_BINARY_DIR}/include ${PolyVox_SOURCE_DIR}/PolyVoxCore/include ${CMAKE_CURRENT_BINARY_DIR})
INCLUDE_DIRECTORIES(${PolyVoxHeaders_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
REMOVE_DEFINITIONS(-DQT_GUI_LIB) #Make sure the tests don't link to the QtGui
# Test Template. Copy and paste this template for consistant naming.