diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d4ee7b..80e5ac2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,10 +6,7 @@ add_library(gles-compatibility-layer STATIC src/state.c src/passthrough.c src/ma target_link_libraries(gles-compatibility-layer m) # Include Path -option(GLES_COMPATIBILITY_LAYER_USE_DEFAULT_INCLUDE_PATH "Use Default Include Path" TRUE) -if(GLES_COMPATIBILITY_LAYER_USE_DEFAULT_INCLUDE_PATH) - target_include_directories(gles-compatibility-layer PUBLIC include) -endif() +target_include_directories(gles-compatibility-layer PUBLIC include) # Shaders include(cmake/util.cmake)