IGL_HEADER_ONLY --> ~IGL_STATIC_LIBRARY

This commit is contained in:
Alec Jacobson
2014-06-24 22:12:19 -04:00
parent 5e729fdba1
commit 00fd1c9f24
500 changed files with 510 additions and 509 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
#include <igl/readDMAT.h>
#include <cstdio>
#ifndef IGL_HEADER_ONLY
#ifdef IGL_STATIC_LIBRARY
# define IGL_HEADER_ONLY
# define IGL_HEADER_ONLY_WAS_NOT_DEFINED
#endif
#include <igl/matlab/MatlabWorkspace.h>
#include <igl/on_boundary.h>
#ifdef IGL_HEADER_ONLY_WAS_NOT_DEFINED
#ifndef IGL_STATIC_LIBRARY_WAS_NOT_DEFINED
# undef IGL_HEADER_ONLY
#endif