mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 14:37:41 +00:00
Completely kill off CoreLibExe
This commit is contained in:
@ -13,7 +13,7 @@ set(plPythonPack_HEADERS
|
||||
)
|
||||
|
||||
add_executable(plPythonPack ${plPythonPack_SOURCES} ${plPythonPack_HEADERS})
|
||||
target_link_libraries(plPythonPack CoreLib CoreLibExe plFile)
|
||||
target_link_libraries(plPythonPack CoreLib plFile)
|
||||
|
||||
if(PYTHON_DEBUG_LIBRARY)
|
||||
target_link_libraries(plPythonPack debug ${PYTHON_DEBUG_LIBRARY})
|
||||
|
Reference in New Issue
Block a user