mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 00:11:55 +07:00
frameworks for glfw support
This commit is contained in:
@@ -83,12 +83,12 @@ target_include_directories(${PROJECT_NAME} PRIVATE
|
||||
# subdirectories
|
||||
#
|
||||
|
||||
option(BUILD_SAMPLES "Build samples" ON)
|
||||
if(BUILD_SAMPLES)
|
||||
option(E2D_BUILD_SAMPLES "Build samples" ON)
|
||||
if(E2D_BUILD_SAMPLES)
|
||||
add_subdirectory(samples)
|
||||
endif()
|
||||
|
||||
option(BUILD_UNTESTS "Build untests" ON)
|
||||
if(BUILD_UNTESTS)
|
||||
option(E2D_BUILD_UNTESTS "Build untests" ON)
|
||||
if(E2D_BUILD_UNTESTS)
|
||||
add_subdirectory(untests)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user