소스 검색

CMake: Don't build rlgl_standalone as part of the examples

Closes #588.
pull/590/head
Ahmad Fatoum 6 년 전
부모
커밋
184e6de775
No known key found for this signature in database GPG 키 ID: C3EAC3DE9321D59B
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      examples/CMakeLists.txt

+ 1
- 0
examples/CMakeLists.txt 파일 보기

@ -35,6 +35,7 @@ endforeach()
include(CheckIncludeFiles)
list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/others/standard_lighting.c)
list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/others/rlgl_standalone.c) # see #588
set(OUTPUT_EXT)
if(${PLATFORM} MATCHES "Android")

불러오는 중...
취소
저장