IGL_HEADER_ONLY --> ~IGL_STATIC_LIBRARY
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user