Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
8fbddbc777affd2086e74ddfa6d2ad946cdb3901
/
.
/
Tests
/
RunCMake
/
PrecompileHeaders
/
PchDebugGenex.cmake
blob: 039a546b6f030f28c427ed1732d72053528afe33 [
file
]
enable_language
(
C
)
add_library
(
foo foo
.
c
)
target_include_directories
(
foo PUBLIC include
)
target_precompile_headers
(
foo PUBLIC
"$<$<CONFIG:Debug>:${CMAKE_CURRENT_SOURCE_DIR}/include/foo.h>"
<stdio.h>
)