Skip to content

Commit

Permalink
Remove dead option (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
bghgary authored Oct 4, 2023
1 parent 5738507 commit 6a2cb4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ project(BabylonNative)
option(BABYLON_NATIVE_BUILD_APPS "Build Babylon Native apps." ${PROJECT_IS_TOP_LEVEL})
option(BABYLON_NATIVE_INSTALL "Include the install target." ${PROJECT_IS_TOP_LEVEL})

## Core
option(BABYLON_NATIVE_CORE_GRAPHICS "Include Babylon Native Core Graphics" ON)

## Plugins
option(BABYLON_NATIVE_PLUGIN_EXTERNALTEXTURE "Include Babylon Native Plugin ExternalTexture." ON)
option(BABYLON_NATIVE_PLUGIN_NATIVECAMERA "Include Babylon Native Plugin NativeCamera." ON)
Expand Down

0 comments on commit 6a2cb4c

Please sign in to comment.