mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Move plEncryption to pnEncryption.
--HG-- rename : Sources/Plasma/PubUtilLib/plEncryption/plChecksum.cpp => Sources/Plasma/NucleusLib/pnEncryption/plChecksum.cpp rename : Sources/Plasma/PubUtilLib/plEncryption/plChecksum.h => Sources/Plasma/NucleusLib/pnEncryption/plChecksum.h
This commit is contained in:
@ -13,7 +13,7 @@ set(plSHA_SOURCES
|
||||
)
|
||||
|
||||
add_executable(plSHA ${plSHA_SOURCES})
|
||||
target_link_libraries(plSHA CoreLib pnUtils pnProduct plEncryption)
|
||||
target_link_libraries(plSHA CoreLib pnUtils pnProduct pnEncryption)
|
||||
target_link_libraries(plSHA ${OPENSSL_LIBRARIES})
|
||||
|
||||
source_group("Source Files" FILES ${plSHA_SOURCES})
|
||||
|
@ -41,7 +41,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
|
||||
#include "pnProduct/pnProduct.h"
|
||||
#include "plEncryption/plChecksum.h"
|
||||
#include "pnEncryption/plChecksum.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
Reference in New Issue
Block a user