still trying to fix cmake errors

This commit is contained in:
SamGondelman 2016-06-10 17:01:22 -07:00
parent 7b21d71180
commit 8a682450a9
5 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,5 @@
set(TARGET_NAME entities-renderer) set(TARGET_NAME entities-renderer)
AUTOSCRIBE_SHADER_LIB(gpu model render render-utils) AUTOSCRIBE_SHADER_LIB(gpu model procedural render render-utils)
setup_hifi_library(Widgets Network Script) setup_hifi_library(Widgets Network Script)
link_hifi_libraries(shared gpu procedural model model-networking script-engine render render-utils) link_hifi_libraries(shared gpu procedural model model-networking script-engine render render-utils)

View file

@ -1,5 +1,4 @@
set(TARGET_NAME gpu-gl) set(TARGET_NAME gpu-gl)
AUTOSCRIBE_SHADER_LIB(gpu)
setup_hifi_library() setup_hifi_library()
link_hifi_libraries(shared gl gpu) link_hifi_libraries(shared gl gpu)
GroupSources("src") GroupSources("src")

View file

@ -1,5 +1,5 @@
set(TARGET_NAME procedural) set(TARGET_NAME procedural)
AUTOSCRIBE_SHADER_LIB(gpu model procedural) AUTOSCRIBE_SHADER_LIB(gpu model)
setup_hifi_library() setup_hifi_library()
link_hifi_libraries(shared gpu gpu-gl networking model model-networking) link_hifi_libraries(shared gpu gpu-gl networking model model-networking)

View file

@ -1,5 +1,5 @@
set(TARGET_NAME render-utils) set(TARGET_NAME render-utils)
AUTOSCRIBE_SHADER_LIB(gpu model render) AUTOSCRIBE_SHADER_LIB(gpu model render procedural)
# pull in the resources.qrc file # pull in the resources.qrc file
qt5_add_resources(QT_RESOURCES_FILE "${CMAKE_CURRENT_SOURCE_DIR}/res/fonts/fonts.qrc") qt5_add_resources(QT_RESOURCES_FILE "${CMAKE_CURRENT_SOURCE_DIR}/res/fonts/fonts.qrc")
setup_hifi_library(Widgets OpenGL Network Qml Quick Script) setup_hifi_library(Widgets OpenGL Network Qml Quick Script)

View file

@ -1,5 +1,5 @@
set(TARGET_NAME render) set(TARGET_NAME render)
AUTOSCRIBE_SHADER_LIB(gpu model) AUTOSCRIBE_SHADER_LIB(gpu model procedural)
setup_hifi_library() setup_hifi_library()
link_hifi_libraries(shared gpu model) link_hifi_libraries(shared gpu model)