Skip to content
Snippets Groups Projects

Require clean-core target and link glow against it

Merged Janis Born requested to merge born/clean-core-dependency into develop
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -209,6 +209,12 @@ if(TARGET glm)
@@ -209,6 +209,12 @@ if(TARGET glm)
target_compile_definitions(glow PUBLIC GLOW_HAS_GLM)
target_compile_definitions(glow PUBLIC GLOW_HAS_GLM)
endif()
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
# typed geometry
if(TARGET typed-geometry)
if(TARGET typed-geometry)
target_link_libraries(glow PUBLIC typed-geometry)
target_link_libraries(glow PUBLIC typed-geometry)
Loading