Skip to content
Snippets Groups Projects
Commit 6d3dc3ff authored by Philip Trettner's avatar Philip Trettner
Browse files

added AntTweakBar requirement to glow-extras-glfw

parent 8f73e75b
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,14 @@ else()
endif()
# GLFW App
# requires 'aion'
# requires 'aion' and 'AntTweakBar'
if (TARGET aion)
if (TARGET AntTweakBar)
add_subdirectory(glfw)
target_link_libraries(glow-extras PUBLIC glow-extras-glfw)
else()
message(STATUS "target 'AntTweakBar' not found, disabling glow-extras-glfw")
endif()
else()
message(STATUS "target 'aion' not found, disabling glow-extras-glfw")
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment