fix private
parent
9b4d0cc9a8
commit
9ad652195b
|
@ -137,7 +137,7 @@ if (${BUILD_TESTS})
|
|||
|
||||
add_executable(BLT_TESTS ${TEST_FILES})
|
||||
|
||||
target_link_libraries(BLT_TESTS BLT)
|
||||
target_link_libraries(BLT_TESTS PRIVATE BLT)
|
||||
|
||||
include(cmake/warnings.cmake)
|
||||
include(cmake/sanitizers.cmake)
|
||||
|
|
Loading…
Reference in New Issue