We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbecd5 commit b4eb1a2Copy full SHA for b4eb1a2
CMakeLists.txt
@@ -24,7 +24,6 @@ OPTION(VANILLA_BUILD_RPI "Build SDL2 app for Raspberry Pi" ON)
24
OPTION(VANILLA_BUILD_TESTS "Build unit tests for Vanilla" OFF)
25
OPTION(VANILLA_BUILD_PIPE "Build vanilla-pipe for connecting to Wii U (Linux only)" ${LINUX})
26
OPTION(VANILLA_BUILD_VENDORED "Build Vanilla with \"vendored\" third-party libraries" ${vendored_default})
27
-OPTION(VANILLA_BUILD_CARAMEL "Build Caramel library" OFF)
28
29
add_subdirectory(lib)
30
if (VANILLA_BUILD_PIPE)
@@ -36,6 +35,3 @@ endif()
36
35
if (VANILLA_BUILD_RPI)
37
add_subdirectory(rpi)
38
endif()
39
-if (VANILLA_BUILD_CARAMEL)
40
- add_subdirectory(caramel)
41
-endif()
0 commit comments