Skip to content

Commit f5bec50

Browse files
author
kevyuu
committed
Remove EXCLUDE_FROM_ALL from example 67 and 71
1 parent 30a5a19 commit f5bec50

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
@@ -80,11 +80,11 @@ if(NBL_BUILD_EXAMPLES)
8080
add_subdirectory(0_ImportanceSamplingEnvMaps EXCLUDE_FROM_ALL) #TODO: integrate back into 42
8181

8282
add_subdirectory(66_HLSLBxDFTests EXCLUDE_FROM_ALL)
83-
add_subdirectory(67_RayQueryGeometry EXCLUDE_FROM_ALL) # TODO: resurrect before `mesh_loaders` merge
83+
add_subdirectory(67_RayQueryGeometry)
8484
add_subdirectory(68_JpegLoading)
8585

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

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

0 commit comments

Comments
 (0)