Skip to content

Commit 1f73ca9

Browse files
committed
changed debug_draw library target usage
1 parent 0879ce7 commit 1f73ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples_tests

src/nbl/ext/DebugDraw/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ if(NBL_EMBED_BUILTIN_RESOURCES)
4040
LINK_BUILTIN_RESOURCES_TO_TARGET(${LIB_NAME} ${_BR_TARGET_})
4141
endif()
4242

43-
set(NBL_EXT_DEBUG_DRAW_TARGET ${LIB_NAME} CACHE INTERNAL "Nabla's Debug Draw logical target name")
43+
add_library(Nabla::ext::DebugDraw ALIAS ${LIB_NAME})

0 commit comments

Comments
 (0)