mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 21:33:48 +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})
|
||||
|
||||
# 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})
|
||||
|
||||
# add compiler flags to AVX source files
|
||||
|
|
Loading…
Reference in a new issue