cmake include_directories examples

Signatures

include_directories([AFTER|BEFORE] [SYSTEM] dir1 [dir2 ...])

Examples

RavEngine/RavEngine deps/harfbuzz/CMakeLists.txt :227

include_directories(AFTER ${FREETYPE_INCLUDE_DIRS})

asset-group/5ghoul-5g-nr-attacks CMakeLists.txt :127

include_directories(
  AFTER ${PROJECT_SOURCE_DIR}/ ${PROJECT_SOURCE_DIR}/src/
  ${PROJECT_SOURCE_DIR}/libs/ ${PROJECT_SOURCE_DIR}/libs/libpcap/)

sonosaurus/sonobus JUCE/extras/AudioPerformanceTest/Builds/Android/app/CMakeLists.txt :17

include_directories( AFTER
    "../../../JuceLibraryCode"
    "../../../../../modules"
    "${ANDROID_NDK}/sources/android/cpufeatures"
)

microsoft/DirectXShaderCompiler tools/clang/unittests/dxc_batch/CMakeLists.txt :32

include_directories(AFTER ${DIASDK_INCLUDE_DIRS})

couchbase/forestdb CMakeLists.txt :169

INCLUDE_DIRECTORIES(AFTER ${BREAKPAD_INCLUDE_DIR})

chengzhengxin/sdm OpenCVSDK/x86/mingw/staticlib/OpenCVConfig.cmake :307

include_directories(AFTER SYSTEM "${dir}")

NVIDIA/MDL-SDK examples/thirdparty/imgui/CMakeLists.txt :64

include_directories(
            AFTER ${MDL_DEPENDENCY_D3D12_INCLUDE} ${MDL_DEPENDENCY_DXGI_INCLUDE}
        )

open62541/open62541 tests/CMakeLists.txt :63

include_directories(AFTER /usr/local/include)

skylersaleh/SkyEmu src/SDL2/CMakeLists.txt :2967

include_directories(AFTER "${SDL2_SOURCE_DIR}/include")

fireice-uk/xmr-stak-cpu CMakeLists.txt :131

include_directories(AFTER ${HWLOC_INCLUDE_DIR})

google/mysql-protobuf storage/ndb/memcache/CMakeLists.txt :99

include_directories(AFTER ${BUNDLED_MEMCACHED})

GlobalArrays/ga cmx/CMakeLists.txt :61

include_directories(AFTER src-mpi-rma)

mgba-emu/mgba CMakeLists.txt :555

include_directories(AFTER ${FFMPEG_INCLUDE_DIRS} ${LIBAVCODEC_INCLUDE_DIRS} ${LIBAVFILTER_INCLUDE_DIRS} ${LIBAVFORMAT_INCLUDE_DIRS} ${LIBAVRESAMPLE_INCLUDE_DIRS} ${LIBAVUTIL_INCLUDE_DIRS} ${LIBSWRESAMPLE_INCLUDE_DIRS} ${LIBSWSCALE_INCLUDE_DIRS})

onnoj/DeusExEchelonRenderer CMakeLists.txt :31

include_directories(AFTER "${CMAKE_SOURCE_DIR}/INCLUDE/DeusEx/Render/Inc/")