Skip to content

Commit 34b9661

Browse files
committed
adjust Nabla ImGUI Test Engine to new UI API changes, make it work again
1 parent 24c25dc commit 34b9661

File tree

2 files changed

+162
-124
lines changed

2 files changed

+162
-124
lines changed

tools/nite/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ nbl_create_executable_project("" "${NBL_EXTRA_OPTIONS}" "${NBL_EXTRA_INCLUDES}"
1616
add_dependencies(${EXECUTABLE_NAME} argparse)
1717
target_include_directories(${EXECUTABLE_NAME} PUBLIC
1818
$<TARGET_PROPERTY:argparse,INTERFACE_INCLUDE_DIRECTORIES>
19+
"${NBL_ROOT_PATH}/examples_tests/common/include"
1920
)
2021

2122
nbl_adjust_flags(MAP_RELEASE Release MAP_RELWITHDEBINFO RelWithDebInfo MAP_DEBUG Debug)

0 commit comments

Comments
 (0)