File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,6 @@ option(NBL_BUILD_TEXT_RENDERING "Enable Nabla Text Rendering extension building
13
13
# proper configuration handle! The only thing each extension should
14
14
# pass as an internal cache variable is it's target name.
15
15
16
- if (NBL_BUILD_BULLET )
17
- add_subdirectory (Bullet )
18
- set (NBL_EXT_BULLET_INCLUDE_DIRS
19
- ${NBL_EXT_BULLET_INCLUDE_DIRS}
20
- PARENT_SCOPE
21
- )
22
- set (NBL_EXT_BULLET_LIB
23
- ${NBL_EXT_BULLET_LIB}
24
- PARENT_SCOPE
25
- )
26
- endif ()
27
16
28
17
if (NBL_BUILD_MITSUBA_LOADER )
29
18
add_subdirectory (MitsubaLoader )
@@ -37,18 +26,6 @@ if (NBL_BUILD_MITSUBA_LOADER)
37
26
)
38
27
endif ()
39
28
40
- if (NBL_BUILD_RADEON_RAYS )
41
- add_subdirectory (RadeonRays )
42
- set (NBL_EXT_RADEON_RAYS_INCLUDE_DIRS
43
- ${NBL_EXT_RADEON_RAYS_INCLUDE_DIRS}
44
- PARENT_SCOPE
45
- )
46
- set (NBL_EXT_RADEON_RAYS_LIB
47
- ${NBL_EXT_RADEON_RAYS_LIB}
48
- PARENT_SCOPE
49
- )
50
- endif ()
51
-
52
29
if (NBL_BUILD_OPTIX )
53
30
add_subdirectory (OptiX )
54
31
set (NBL_EXT_OPTIX_INCLUDE_DIRS
You can’t perform that action at this time.
0 commit comments