Make libraries build as shared libraries on non-Apple/MS systems

This commit is contained in:
2023-07-01 16:04:24 -05:00
parent da27447a4a
commit e89751dd72
7 changed files with 26 additions and 11 deletions

View File

@ -8,4 +8,4 @@ target_link_libraries(
Keel
)
add_test("[keel] KeelTest writeUuidHeader" KeelTest writeUuidHeader)
add_test("[keel] writeUuidHeader" ${CMAKE_BINARY_DIR}/bin/KeelTest writeUuidHeader)