diff options
| author | Ray <[email protected]> | 2018-07-16 18:43:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-07-16 18:43:24 +0200 |
| commit | 98273f0152106dde09ab82f5f68332ca83582bb9 (patch) | |
| tree | e16151114748af90f6c4370d9ef37f534b75642e /examples/CMakeLists.txt | |
| parent | 4d4d9b0170c66871fc0597ed2a172baa1e03569d (diff) | |
| download | raylib-98273f0152106dde09ab82f5f68332ca83582bb9.tar.gz raylib-98273f0152106dde09ab82f5f68332ca83582bb9.zip | |
Reviewed compilation options
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index fd65a74b..a71ec565 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -34,10 +34,6 @@ foreach(example_dir ${example_dirs}) endforeach() include(CheckIncludeFiles) -check_include_files(OVR_CAPI_GL.h HAVE_OCULUS_CAPI) -if(NOT HAVE_OCULUS_CAPI) - list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/others/oculus_rift.c) -endif() list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/others/standard_lighting.c) if(${PLATFORM} MATCHES "Android") |
