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
+1 -1
View File
@@ -8,7 +8,7 @@ int main(int argc, char * argv[])
example_fun(d);
int i = 4;
example_fun(i);
#ifdef IGL_HEADER_ONLY
#ifndef IGL_STATIC_LIBRARY
const char * s = "string";
example_fun(s);
#endif