mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 06:16:18 +02:00
fix cmake warning
This commit is contained in:
parent
135cafb665
commit
0df826bbd8
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ endif (WIN32)
|
|||
foreach(EXTERNAL_SOURCE_SUBDIR ${EXTERNAL_SOURCE_SUBDIRS})
|
||||
file(GLOB_RECURSE SUBDIR_SRCS external/${EXTERNAL_SOURCE_SUBDIR}/src/*.cpp external/${EXTERNAL_SOURCE_SUBDIR}/src/*.c external/${EXTERNAL_SOURCE_SUBDIR}/src/*.h)
|
||||
set(INTERFACE_SRCS ${INTERFACE_SRCS} ${SUBDIR_SRCS})
|
||||
endforeach(SUBDIR)
|
||||
endforeach(EXTERNAL_SOURCE_SUBDIR)
|
||||
|
||||
|
||||
find_package(Qt5Core REQUIRED)
|
||||
|
|
Loading…
Reference in a new issue