Fixed includes for unit tests

This commit is contained in:
Magne Sjaastad 2015-08-04 09:19:52 +02:00
parent 0113d2bd24
commit 0ca0f1a0e8
2 changed files with 7 additions and 5 deletions

View File

@ -10,11 +10,10 @@ include_directories(
${LibViewing_SOURCE_DIR}
${ResInsight_SOURCE_DIR}/ThirdParty
${ResInsight_SOURCE_DIR}/CommonCode
${CMAKE_CURRENT_SOURCE_DIR}/..
${ResInsight_SOURCE_DIR}/ApplicationCode/ModelVisualization
${CommonCode_SOURCE_DIR}
)
set( MODEL_VISUALIZATION_CPP_SOURCES

View File

@ -20,7 +20,10 @@ include_directories(
${ResInsight_SOURCE_DIR}/ApplicationCode/ProjectDataModel
${ResInsight_SOURCE_DIR}/ThirdParty
${ResInsight_SOURCE_DIR}/Fwk/AppFwk/cafProjectDataModel
#${ResInsight_SOURCE_DIR}/Fwk/AppFwk/cafProjectDataModel
${cafProjectDataModel_SOURCE_DIR}
${cafPdmCore_SOURCE_DIR}
${ResInsight_SOURCE_DIR}/Fwk/AppFwk/CommonCode