mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
5 lines
181 B
CMake
5 lines
181 B
CMake
add_executable(benchmarks benchmarks.cpp)
|
|
set_source_files_properties(benchmarks.cpp PROPERTIES COMPILE_FLAGS
|
|
"-Wall -Wno-unused-variable")
|
|
target_link_libraries(benchmarks hs)
|