mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 00:11:55 +07:00
first glfw window for windows
This commit is contained in:
@@ -89,12 +89,12 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||
# 3rd party
|
||||
#
|
||||
|
||||
if(APPLE)
|
||||
if(WIN32 OR APPLE)
|
||||
set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
||||
add_subdirectory(modules/glfw)
|
||||
endif(APPLE)
|
||||
endif(WIN32 OR APPLE)
|
||||
|
||||
#
|
||||
# subdirectories
|
||||
|
||||
Reference in New Issue
Block a user