mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +02:00
cmake styling cleanup in Visage find module and interface CMakeLists
This commit is contained in:
parent
23249866f7
commit
569dd694fe
2 changed files with 4 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
if (VISAGE_LIBRARIES AND VISAGE_INCLUDE_DIRS)
|
if (VISAGE_LIBRARIES AND VISAGE_INCLUDE_DIRS)
|
||||||
# in cache already
|
# in cache already
|
||||||
set(VISAGE_FOUND TRUE)
|
set(VISAGE_FOUND TRUE)
|
||||||
else (VISAGE_LIBRARIES AND VISAGE_INCLUDE_DIRS)
|
else ()
|
||||||
find_path(VISAGE_INCLUDE_DIR VisageTracker2.h ${VISAGE_ROOT_DIR}/include)
|
find_path(VISAGE_INCLUDE_DIR VisageTracker2.h ${VISAGE_ROOT_DIR}/include)
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
@ -73,4 +73,4 @@ else (VISAGE_LIBRARIES AND VISAGE_INCLUDE_DIRS)
|
||||||
# show the VISAGE_INCLUDE_DIRS and VISAGE_LIBRARIES variables only in the advanced view
|
# show the VISAGE_INCLUDE_DIRS and VISAGE_LIBRARIES variables only in the advanced view
|
||||||
mark_as_advanced(VISAGE_INCLUDE_DIRS VISAGE_LIBRARIES)
|
mark_as_advanced(VISAGE_INCLUDE_DIRS VISAGE_LIBRARIES)
|
||||||
|
|
||||||
endif (VISAGE_LIBRARIES AND VISAGE_INCLUDE_DIRS)
|
endif ()
|
||||||
|
|
|
@ -49,7 +49,8 @@ endforeach(SUBDIR)
|
||||||
# windows also includes the faceshift externals, because using a lib doesn't work due to debug/release mismatch
|
# windows also includes the faceshift externals, because using a lib doesn't work due to debug/release mismatch
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(EXTERNAL_SOURCE_SUBDIRS "faceshift")
|
set(EXTERNAL_SOURCE_SUBDIRS "faceshift")
|
||||||
endif (WIN32)
|
endif ()
|
||||||
|
|
||||||
foreach(EXTERNAL_SOURCE_SUBDIR ${EXTERNAL_SOURCE_SUBDIRS})
|
foreach(EXTERNAL_SOURCE_SUBDIR ${EXTERNAL_SOURCE_SUBDIRS})
|
||||||
file(GLOB_RECURSE SUBDIR_SRCS
|
file(GLOB_RECURSE SUBDIR_SRCS
|
||||||
"external/${EXTERNAL_SOURCE_SUBDIR}/src/*.cpp"
|
"external/${EXTERNAL_SOURCE_SUBDIR}/src/*.cpp"
|
||||||
|
|
Loading…
Reference in a new issue