mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Re-add CoreLib as a library to pnEncryption.
This commit is contained in:
@ -16,6 +16,7 @@ set(pnEncryption_HEADERS
|
||||
)
|
||||
|
||||
add_library(pnEncryption STATIC ${pnEncryption_SOURCES} ${pnEncryption_HEADERS})
|
||||
target_link_libraries(pnEncryption CoreLib)
|
||||
target_link_libraries(pnEncryption ${OPENSSL_LIBRARIES})
|
||||
|
||||
source_group("Source Files" FILES ${pnEncryption_SOURCES})
|
||||
|
Reference in New Issue
Block a user