mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
This reverts commit c1fd98591d.
This commit is contained in:
@ -59,10 +59,7 @@ if(NOT TARGET uninstall)
|
||||
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
|
||||
endif()
|
||||
|
||||
if (NOT ${BUILD_EXAMPLE} STREQUAL "")
|
||||
MESSAGE(STATUS "Building example '${BUILD_EXAMPLE}'")
|
||||
add_subdirectory(examples)
|
||||
elseif (${BUILD_EXAMPLES})
|
||||
if (${BUILD_EXAMPLES})
|
||||
MESSAGE(STATUS "Building examples is enabled")
|
||||
add_subdirectory(examples)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user