Added onig to compile

This commit is contained in:
Matt Hill
2015-04-28 20:37:34 -04:00
parent c0240d37b5
commit ad87d15f95

View File

@@ -7,6 +7,8 @@ set(support_source_files
platform.cpp
)
add_subdirectory(regex)
add_library(support STATIC ${support_source_files})
SET_TARGET_PROPERTIES( support PROPERTIES COMPILE_FLAGS -fPIC)