mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
add include dirs
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
if (NOT FAT_RUNTIME AND (BUILD_STATIC_AND_SHARED OR BUILD_STATIC_LIBS))
|
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
include_directories(${PROJECT_SOURCE_DIR})
|
||||||
|
|
||||||
|
if (NOT FAT_RUNTIME AND (BUILD_SHARED_LIBS OR BUILD_STATIC_LIBS))
|
||||||
add_executable(benchmarks benchmarks.cpp)
|
add_executable(benchmarks benchmarks.cpp)
|
||||||
set_source_files_properties(benchmarks.cpp PROPERTIES COMPILE_FLAGS
|
set_source_files_properties(benchmarks.cpp PROPERTIES COMPILE_FLAGS
|
||||||
"-Wall -Wno-unused-variable")
|
"-Wall -Wno-unused-variable")
|
||||||
|
Reference in New Issue
Block a user