1 2 3 4 5 6 7
INCLUDE(ExternalProject) ADD_SUBDIRECTORY(glfw3) IF(WIN32) ADD_SUBDIRECTORY(openal_soft) ENDIF()