diff options
Diffstat (limited to 'Utilities/cmcppdap/CMakeLists.txt')
-rw-r--r-- | Utilities/cmcppdap/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/cmcppdap/CMakeLists.txt b/Utilities/cmcppdap/CMakeLists.txt index b6841f1..fe48132 100644 --- a/Utilities/cmcppdap/CMakeLists.txt +++ b/Utilities/cmcppdap/CMakeLists.txt @@ -37,4 +37,8 @@ if(CMake_HAVE_CXX_ATOMIC_LIB) target_link_libraries(cmcppdap PRIVATE atomic) endif() +if(CMake_BUILD_PCH) + target_precompile_headers(cmcppdap PRIVATE "include/dap/protocol.h") +endif() + install(FILES NOTICE DESTINATION ${CMAKE_DOC_DIR}/cmcppdap) |