hardnested compilation reorganized to be similar with cmake approach

This commit is contained in:
Philippe Teuwen 2020-04-18 19:39:55 +02:00
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)