Merge 2b9d9590f71dd2addfb458f6c71e8fcef62a27b3 into 7140cd416cecd7462a8aae488024abeee55598e4

This commit is contained in:
Brennan Ravenscroft 2026-06-02 21:56:23 -04:00 committed by GitHub
commit 49b3a40eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,14 +167,6 @@ function(cxx_library_with_type name type cxx_flags)
set_target_properties(${name}
PROPERTIES
COMPILE_FLAGS "${cxx_flags}")
# Set the output directory for build artifacts.
set_target_properties(${name}
PROPERTIES
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
PDB_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
COMPILE_PDB_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
# Make PDBs match library name.
get_target_property(pdb_debug_postfix ${name} DEBUG_POSTFIX)
set_target_properties(${name}