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 24c25dc commit 34b9661Copy full SHA for 34b9661
tools/nite/CMakeLists.txt
@@ -16,6 +16,7 @@ nbl_create_executable_project("" "${NBL_EXTRA_OPTIONS}" "${NBL_EXTRA_INCLUDES}"
16
add_dependencies(${EXECUTABLE_NAME} argparse)
17
target_include_directories(${EXECUTABLE_NAME} PUBLIC
18
$<TARGET_PROPERTY:argparse,INTERFACE_INCLUDE_DIRECTORIES>
19
+ "${NBL_ROOT_PATH}/examples_tests/common/include"
20
)
21
22
nbl_adjust_flags(MAP_RELEASE Release MAP_RELWITHDEBINFO RelWithDebInfo MAP_DEBUG Debug)
0 commit comments