Lines Matching full:cxx
202 target_link_libraries(cxx_shared PUBLIC cxx-headers
296 target_link_libraries(cxx_static PUBLIC cxx-headers
329 add_custom_target(cxx DEPENDS ${LIBCXX_BUILD_TARGETS}) target
337 target_link_libraries(cxx_experimental PUBLIC cxx-headers)
376 target_link_libraries(cxx_external_threads PRIVATE cxx-headers)
381 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
382 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
383 RUNTIME DESTINATION ${LIBCXX_INSTALL_RUNTIME_DIR} COMPONENT cxx)
388 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
389 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
390 RUNTIME DESTINATION ${LIBCXX_INSTALL_RUNTIME_DIR} COMPONENT cxx)
395 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
396 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
397 RUNTIME DESTINATION ${LIBCXX_INSTALL_RUNTIME_DIR} COMPONENT cxx)
400 # NOTE: This install command must go after the cxx install command otherwise
410 set(lib_install_target "cxx;cxx_experimental")
413 set(header_install_target install-cxx-headers)
418 add_custom_target(install-cxx
424 -DCMAKE_INSTALL_COMPONENT=cxx
426 add_custom_target(install-cxx-stripped
432 -DCMAKE_INSTALL_COMPONENT=cxx