Added variables that are used when installing instead of relative paths.
This commit is contained in:
@ -3,7 +3,7 @@ if(LOG_DEBUG)
|
||||
endif()
|
||||
add_library(log_manager SHARED log_manager.cc)
|
||||
target_link_libraries(log_manager pthread aio stdc++)
|
||||
install(TARGETS log_manager DESTINATION lib)
|
||||
install(TARGETS log_manager DESTINATION ${MAXSCALE_LIBRARY_INSTALL})
|
||||
if(BUILD_TESTS)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user