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 870e1d5 commit c6a4586Copy full SHA for c6a4586
61_UI/CMakeLists.txt
@@ -1,5 +1,4 @@
1
if(NBL_BUILD_IMGUI)
2
-
3
include(common RESULT_VARIABLE RES)
4
if(NOT RES)
5
message(FATAL_ERROR "common.cmake not found. Should be in {repo_root}/cmake directory")
@@ -10,6 +9,5 @@ if(NBL_BUILD_IMGUI)
10
9
"${NBL_EXT_IMGUI_UI_LIB}"
11
)
12
13
-nbl_create_executable_project("" "" "" "${libs}" "${NBL_EXECUTABLE_PROJECT_CREATION_PCH_TARGET}")
14
+ nbl_create_executable_project("" "" "" "${libs}" "${NBL_EXECUTABLE_PROJECT_CREATION_PCH_TARGET}")
15
endif()
0 commit comments