We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fcec1 commit 8131d0eCopy full SHA for 8131d0e
61_UI/CMakeLists.txt
@@ -1,13 +1,9 @@
1
if(NBL_BUILD_IMGUI)
2
- include(common RESULT_VARIABLE RES)
3
- if(NOT RES)
4
- message(FATAL_ERROR "common.cmake not found. Should be in {repo_root}/cmake directory")
5
- endif()
6
-
7
- list(APPEND libs
8
- "imgui"
+ list(APPEND NBL_LIBRARIES
+ imgui
+ imguizmo
9
"${NBL_EXT_IMGUI_UI_LIB}"
10
)
11
12
- nbl_create_executable_project("" "" "" "${libs}" "${NBL_EXECUTABLE_PROJECT_CREATION_PCH_TARGET}")
+ nbl_create_executable_project("" "" "" "${NBL_LIBRARIES}" "${NBL_EXECUTABLE_PROJECT_CREATION_PCH_TARGET}")
13
endif()
0 commit comments