This commit is contained in:
Vitor Santoss Costa 2017-02-22 11:32:16 +00:00
parent 6c96a8e35b
commit fa88de5951
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ add_library (regexp SHARED regexp.c ${REGEX_SOURCES})
target_link_libraries(regexp libYap)
set_target_properties (regexp PROPERTIES PREFIX "")
set_target_properties (regexp PROPERTIES INCLUDE_DIRECTORIES ".")
set_target_properties (regexp PROPERTIES INCLUDE_DIRECTORIES "${CURRENT_BINARY}")
install(TARGETS regexp
LIBRARY DESTINATION ${dlls}