Symbol visibility tests
This commit is contained in:
2
third_party/CMakeLists.txt
vendored
2
third_party/CMakeLists.txt
vendored
@@ -2,6 +2,6 @@ add_library(nanobench ${CMAKE_CURRENT_SOURCE_DIR}/nanobench.cpp)
|
||||
target_include_directories(nanobench SYSTEM
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include/nanobench)
|
||||
|
||||
add_library(xxhash ${CMAKE_CURRENT_SOURCE_DIR}/xxhash.c)
|
||||
add_library(xxhash OBJECT ${CMAKE_CURRENT_SOURCE_DIR}/xxhash.c)
|
||||
target_include_directories(xxhash SYSTEM
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include/xxhash)
|
||||
|
Reference in New Issue
Block a user