mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-22 05:09:13 +00:00
Replace pnProduct with a (very) thin CoreLib plProduct wrapper around CMake-defined product ID values
This commit is contained in:
@ -13,7 +13,7 @@ set(plMD5_SOURCES
|
||||
)
|
||||
|
||||
add_executable(plMD5 ${plMD5_SOURCES})
|
||||
target_link_libraries(plMD5 CoreLib pnUtils pnProduct pnEncryption)
|
||||
target_link_libraries(plMD5 CoreLib pnUtils pnEncryption)
|
||||
target_link_libraries(plMD5 ${OPENSSL_LIBRARIES})
|
||||
|
||||
if(USE_VLD)
|
||||
|
@ -40,7 +40,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
*==LICENSE==*/
|
||||
|
||||
#include "pnProduct/pnProduct.h"
|
||||
#include "plProduct.h"
|
||||
#include "pnEncryption/plChecksum.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user