Skip to content

Commit b4807ad

Browse files
Merge pull request #207 from Devsh-Graphics-Programming/yas_mesh_loaders
--savemesh argument in example 12
2 parents ddafc21 + 99945dc commit b4807ad

File tree

2 files changed

+434
-347
lines changed

2 files changed

+434
-347
lines changed

12_MeshLoaders/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ endif()
1515
# TODO; Arek I removed `NBL_EXECUTABLE_PROJECT_CREATION_PCH_TARGET` from the last parameter here, doesn't this macro have 4 arguments anyway !?
1616
nbl_create_executable_project("" "" "${NBL_INCLUDE_SERACH_DIRECTORIES}" "${NBL_LIBRARIES}")
1717
# TODO: Arek temporarily disabled cause I haven't figured out how to make this target yet
18-
# LINK_BUILTIN_RESOURCES_TO_TARGET(${EXECUTABLE_NAME} nblExamplesGeometrySpirvBRD)
18+
# LINK_BUILTIN_RESOURCES_TO_TARGET(${EXECUTABLE_NAME} nblExamplesGeometrySpirvBRD)
19+
20+
add_dependencies(${EXECUTABLE_NAME} argparse)
21+
target_include_directories(${EXECUTABLE_NAME} PUBLIC $<TARGET_PROPERTY:argparse,INTERFACE_INCLUDE_DIRECTORIES>)

0 commit comments

Comments
 (0)