|
@@ -1,5 +1,7 @@
|
|
|
cmake_minimum_required(VERSION 2.8.12)
|
|
|
project(libigl_tutorials)
|
|
|
+message(STATUS "CMAKE_C_COMPILER: ${CMAKE_C_COMPILER}")
|
|
|
+message(STATUS "CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}")
|
|
|
|
|
|
### libIGL options: choose between header only and compiled static library
|
|
|
option(LIBIGL_USE_STATIC_LIBRARY "Use LibIGL as static library" ON)
|