hardnested compilation reorganized to be similar with cmake approach

This commit is contained in:
Philippe Teuwen
2020-04-18 19:39:55 +02:00
parent 26c28c188a
commit c2ff11f321
5 changed files with 102 additions and 75 deletions

View File

@@ -109,5 +109,11 @@ else ()
endif ()
add_library(hardnested STATIC
hardnested/hardnested_bruteforce.c
$<TARGET_OBJECTS:hardnested_nosimd>
${SIMD_TARGETS})
target_include_directories(hardnested PRIVATE
../../common
../../include
../src
jansson)