mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-04 18:39:18 +02:00
Fixing CMake
This commit is contained in:
parent
84c64c3992
commit
27f7511ce9
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
set(TARGET_NAME auto-tester)
|
set(TARGET_NAME auto-tester)
|
||||||
project(${TARGET_NAME})
|
project(${TARGET_NAME})
|
||||||
|
setup_hifi_library(Gui Widgets)
|
||||||
|
|
||||||
# Automatically run UIC and MOC. This replaces the older WRAP macros
|
# Automatically run UIC and MOC. This replaces the older WRAP macros
|
||||||
SET(CMAKE_AUTOUIC ON)
|
SET(CMAKE_AUTOUIC ON)
|
||||||
|
@ -11,8 +12,6 @@ link_hifi_libraries()
|
||||||
# Find includes in corresponding build directories
|
# Find includes in corresponding build directories
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
|
|
||||||
find_package(Qt5Widgets)
|
|
||||||
|
|
||||||
# Find all sources files
|
# Find all sources files
|
||||||
file (GLOB_RECURSE SOURCES src/*.cpp)
|
file (GLOB_RECURSE SOURCES src/*.cpp)
|
||||||
file (GLOB_RECURSE MOC_HEADERS src/*.h)
|
file (GLOB_RECURSE MOC_HEADERS src/*.h)
|
||||||
|
|
Loading…
Reference in a new issue