mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
7 lines
269 B
CMake
7 lines
269 B
CMake
if (NOT FAT_RUNTIME AND (BUILD_STATIC_AND_SHARED OR BUILD_STATIC_LIBS))
|
|
add_executable(benchmarks benchmarks.cpp)
|
|
set_source_files_properties(benchmarks.cpp PROPERTIES COMPILE_FLAGS
|
|
"-Wall -Wno-unused-variable")
|
|
target_link_libraries(benchmarks hs)
|
|
endif()
|