mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
Clean up the linking mess in CMake.
(Of the library variety, not the book variety... although that's still confusingly similar terminology)
This commit is contained in:
@ -17,7 +17,7 @@ set(pnUUID_HEADERS
|
||||
)
|
||||
|
||||
add_library(pnUUID STATIC ${pnUUID_SOURCES} ${pnUUID_HEADERS})
|
||||
target_link_libraries(pnUUID pnFactory)
|
||||
target_link_libraries(pnUUID CoreLib pnFactory)
|
||||
if(WIN32)
|
||||
target_link_libraries(pnUUID pnUtils)
|
||||
target_link_libraries(pnUUID Rpcrt4)
|
||||
|
Reference in New Issue
Block a user