mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-07-14 22:44:43 +03:00
fixed small mistake
This commit is contained in:
parent
a72c907b59
commit
86b3efa048
@ -955,10 +955,10 @@ else ()
|
|||||||
COMPILE_FLAGS "-Wno-unused-parameter -Wno-unused-function ${DISPATCHER_DEFINE}")
|
COMPILE_FLAGS "-Wno-unused-parameter -Wno-unused-function ${DISPATCHER_DEFINE}")
|
||||||
|
|
||||||
if (BUILD_STATIC_LIBS)
|
if (BUILD_STATIC_LIBS)
|
||||||
add_library(hs_exec_core2 OBJECT ${hs_exec_SRCS})
|
|
||||||
list(APPEND RUNTIME_LIBS $<TARGET_OBJECTS:hs_exec_core2>)
|
|
||||||
|
|
||||||
if (BUILD_SSE2_SIMDE)
|
if (BUILD_SSE2_SIMDE)
|
||||||
|
add_library(hs_exec_core2 OBJECT ${hs_exec_SRCS})
|
||||||
|
list(APPEND RUNTIME_LIBS $<TARGET_OBJECTS:hs_exec_core2>)
|
||||||
message("Building SIMDE SSE2 version..")
|
message("Building SIMDE SSE2 version..")
|
||||||
include_directories(${PROJECT_SOURCE_DIR}/simde)
|
include_directories(${PROJECT_SOURCE_DIR}/simde)
|
||||||
if (CMAKE_COMPILER_IS_CLANG)
|
if (CMAKE_COMPILER_IS_CLANG)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user