Fix issue with building tests with static library
This commit is contained in:
@@ -25,6 +25,7 @@ if(ENABLE_SHARED)
|
||||
else()
|
||||
add_library(rexy STATIC ${SOURCE_LIST})
|
||||
set(LIBREXY_LIBFLAGS "-lrexy -lpthread")
|
||||
target_link_libraries(rexy "-lpthread")
|
||||
endif()
|
||||
|
||||
if(ENABLE_PROFILING)
|
||||
|
||||
Reference in New Issue
Block a user