windows
This commit is contained in:
parent
6c96a8e35b
commit
fa88de5951
@ -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}
|
||||
|
Reference in New Issue
Block a user