瀏覽代碼

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)

Loading…
取消
儲存