Ver a proveniência

Update projects/CMake/CMakeLists.txt to raylib 5.0 (#3623)

pull/3628/head
Peter0x44 há 1 ano
committed by GitHub
ascendente
cometimento
28bdaa2da6
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      projects/CMake/CMakeLists.txt

+ 2
- 2
projects/CMake/CMakeLists.txt Ver ficheiro

@ -5,7 +5,7 @@ project(example)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Dependencies
set(RAYLIB_VERSION 4.5.0)
set(RAYLIB_VERSION 5.0)
find_package(raylib ${RAYLIB_VERSION} QUIET) # QUIET or REQUIRED
if (NOT raylib_FOUND) # If there's none, fetch and build raylib
include(FetchContent)
@ -40,4 +40,4 @@ if (APPLE)
target_link_libraries(${PROJECT_NAME} "-framework IOKit")
target_link_libraries(${PROJECT_NAME} "-framework Cocoa")
target_link_libraries(${PROJECT_NAME} "-framework OpenGL")
endif()
endif()

Carregando…
Cancelar
Guardar