Skip to content

Commit c6a4586

Browse files
committed
port 61_UI example + make it build, time for tests
1 parent 870e1d5 commit c6a4586

File tree

3 files changed

+228
-235
lines changed

3 files changed

+228
-235
lines changed

61_UI/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
if(NBL_BUILD_IMGUI)
2-
32
include(common RESULT_VARIABLE RES)
43
if(NOT RES)
54
message(FATAL_ERROR "common.cmake not found. Should be in {repo_root}/cmake directory")
@@ -10,6 +9,5 @@ if(NBL_BUILD_IMGUI)
109
"${NBL_EXT_IMGUI_UI_LIB}"
1110
)
1211

13-
nbl_create_executable_project("" "" "" "${libs}" "${NBL_EXECUTABLE_PROJECT_CREATION_PCH_TARGET}")
14-
12+
nbl_create_executable_project("" "" "" "${libs}" "${NBL_EXECUTABLE_PROJECT_CREATION_PCH_TARGET}")
1513
endif()

0 commit comments

Comments
 (0)