Ver a proveniência

Corrected possible issue with CMake for GLFW

pull/558/head
Ray há 6 anos
ascendente
cometimento
61a1c59472
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/CMakeLists.txt

+ 1
- 1
src/CMakeLists.txt Ver ficheiro

@ -31,7 +31,7 @@ if(NOT glfw3_FOUND AND "${PLATFORM}" MATCHES "Desktop")
add_subdirectory(external/glfw)
include_directories(external/glfw/include)
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw_objlib>)
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw>)
endif()
include(utils)

Carregando…
Cancelar
Guardar