mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 02:25:56 +02:00
Fixing CMake
This commit is contained in:
parent
27f7511ce9
commit
3f59446718
1 changed files with 0 additions and 2 deletions
|
@ -1,12 +1,10 @@
|
|||
set(TARGET_NAME auto-tester)
|
||||
project(${TARGET_NAME})
|
||||
setup_hifi_library(Gui Widgets)
|
||||
|
||||
# Automatically run UIC and MOC. This replaces the older WRAP macros
|
||||
SET(CMAKE_AUTOUIC ON)
|
||||
SET(CMAKE_AUTOMOC ON)
|
||||
|
||||
setup_hifi_project(Widgets)
|
||||
link_hifi_libraries()
|
||||
|
||||
# Find includes in corresponding build directories
|
||||
|
|
Loading…
Reference in a new issue