mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-02 00:08:08 +02:00
Remove redundant patterns from CMake GLOB
This commit is contained in:
parent
e2066c7719
commit
04798a45fc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ macro(SETUP_HIFI_LIBRARY)
|
||||||
project(${TARGET_NAME})
|
project(${TARGET_NAME})
|
||||||
|
|
||||||
# grab the implementation and header files
|
# grab the implementation and header files
|
||||||
file(GLOB_RECURSE LIB_SRCS "src/*.h" "src/*.cpp" "src/*.c" "src/avx/*.h" "src/avx/*.cpp" "src/avx/*.c")
|
file(GLOB_RECURSE LIB_SRCS "src/*.h" "src/*.cpp" "src/*.c")
|
||||||
list(APPEND ${TARGET_NAME}_SRCS ${LIB_SRCS})
|
list(APPEND ${TARGET_NAME}_SRCS ${LIB_SRCS})
|
||||||
|
|
||||||
# add compiler flags to AVX source files
|
# add compiler flags to AVX source files
|
||||||
|
|
Loading…
Reference in a new issue