Skip to content
Snippets Groups Projects
Commit cbf5eca9 authored by Janis Born's avatar Janis Born
Browse files

Require clean-core target and link glow against it

parent ab556870
Branches
No related tags found
1 merge request!42Require clean-core target and link glow against it
......@@ -209,6 +209,12 @@ if(TARGET glm)
target_compile_definitions(glow PUBLIC GLOW_HAS_GLM)
endif()
# clean-core
if (NOT TARGET clean-core)
message(FATAL_ERROR "[glow] requires clean-core")
endif()
target_link_libraries(glow PUBLIC clean-core)
# typed geometry
if(TARGET typed-geometry)
target_link_libraries(glow PUBLIC typed-geometry)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment