Lines Matching refs:cxx
191 target_link_libraries(cxx_shared PUBLIC cxx-headers
268 target_link_libraries(cxx_static PUBLIC cxx-headers
326 add_custom_target(cxx DEPENDS ${LIBCXX_BUILD_TARGETS}) target
365 target_link_libraries(cxx_external_threads PRIVATE cxx-headers)
370 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
371 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
372 RUNTIME DESTINATION bin COMPONENT cxx)
377 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
378 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
379 RUNTIME DESTINATION bin COMPONENT cxx)
384 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
385 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
386 RUNTIME DESTINATION bin COMPONENT cxx)
389 # NOTE: This install command must go after the cxx install command otherwise
399 set(lib_install_target cxx)
405 set(header_install_target install-cxx-headers)
410 add_custom_target(install-cxx
416 -DCMAKE_INSTALL_COMPONENT=cxx
418 add_custom_target(install-cxx-stripped
424 -DCMAKE_INSTALL_COMPONENT=cxx