mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 09:15:50 +02:00
Fixing CMake
This commit is contained in:
parent
0e0574edd5
commit
84c64c3992
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ link_hifi_libraries()
|
|||
# Find includes in corresponding build directories
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
find_package(Qt5Widgets)
|
||||
|
||||
# Find all sources files
|
||||
file (GLOB_RECURSE SOURCES src/*.cpp)
|
||||
file (GLOB_RECURSE MOC_HEADERS src/*.h)
|
||||
|
|
Loading…
Reference in a new issue