summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeDirectories/StandardIncludeDirectories/CMakeLists.txt
blob: dcbc56696b2128da2ec40878eaedbb3a118c2041 (plain)
1
2
3
4
5
# Normally this variable should be set by a platform information module or
# a toolchain file, but for purposes of this test we simply set it here.
set(CMAKE_C_STANDARD_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_SOURCE_DIR}/StdDir)

add_executable(StandardIncludeDirectories main.c)