mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:48:26 +02:00
Fixing CMake
This commit is contained in:
parent
7dacea327b
commit
95bd10063d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ project(${TARGET_NAME})
|
||||||
SET(CMAKE_AUTOUIC ON)
|
SET(CMAKE_AUTOUIC ON)
|
||||||
SET(CMAKE_AUTOMOC ON)
|
SET(CMAKE_AUTOMOC ON)
|
||||||
|
|
||||||
setup_hifi_library(Core Widgets)
|
setup_hifi_project(Core Widgets)
|
||||||
link_hifi_libraries()
|
link_hifi_libraries()
|
||||||
|
|
||||||
# Qt includes
|
# Qt includes
|
||||||
|
|
Loading…
Reference in a new issue