Skip to content

Commit 3de2363

Browse files
author
devsh
committed
re-add newly reworked examples to CI pipeline
1 parent f1f0c5b commit 3de2363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ if(NBL_BUILD_EXAMPLES)
8282
add_subdirectory(0_ImportanceSamplingEnvMaps EXCLUDE_FROM_ALL) #TODO: integrate back into 42
8383

8484
add_subdirectory(66_HLSLBxDFTests EXCLUDE_FROM_ALL)
85-
add_subdirectory(67_RayQueryGeometry EXCLUDE_FROM_ALL) # TODO: resurrect before `mesh_loaders` merge
85+
add_subdirectory(67_RayQueryGeometry)
8686
add_subdirectory(68_JpegLoading)
8787

8888
add_subdirectory(70_FLIPFluids)
89-
add_subdirectory(71_RayTracingPipeline EXCLUDE_FROM_ALL) # TODO: resurrect before `mesh_loaders` merge
89+
add_subdirectory(71_RayTracingPipeline)
9090

9191
# add new examples *before* NBL_GET_ALL_TARGETS invocation, it gathers recursively all targets created so far in this subdirectory
9292
NBL_GET_ALL_TARGETS(TARGETS)

0 commit comments

Comments
 (0)