소스 검색

CMake: build shape and texture examples (#432)

pull/433/head
kai 7 년 전
committed by Ahmad Fatoum
부모
커밋
bdb61306ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/CMakeLists.txt

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

@ -11,7 +11,7 @@ include_directories("../src/external")
include_directories("../src/external/glfw/include")
# Get the sources together
set(example_dirs audio core models others shaders text texutures)
set(example_dirs audio core models others shaders shapes text textures)
set(CMAKE_REQUIRED_DEFINITIONS -D_POSIX_C_SOURCE=199309L)
include(CheckSymbolExists)
check_symbol_exists(CLOCK_MONOTONIC time.h HAVE_CLOCK_MONOTONIC)

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