cleaned up the cmake folder

moved cmake to shared/cmake
This commit is contained in:
Daniele Panozzo
2016-03-03 16:49:07 -05:00
parent 060b3b233b
commit 583a456e12
30 changed files with 4 additions and 1519 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ if(LIBIGL_WITH_CGAL) # Do not remove or move this block, cgal strange build syst
include(${CGAL_USE_FILE})
endif()
add_subdirectory("${PROJECT_SOURCE_DIR}/../cmake" "libigl")
add_subdirectory("${PROJECT_SOURCE_DIR}/../shared/cmake" "libigl")
### ligIGL information ###
message("libIGL includes: ${LIBIGL_INCLUDE_DIRS}")