mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 12:19:10 +00:00
Fix Python linkage
This commit is contained in:
@ -13,7 +13,9 @@ set(plPythonPack_HEADERS
|
||||
)
|
||||
|
||||
add_executable(plPythonPack ${plPythonPack_SOURCES} ${plPythonPack_HEADERS})
|
||||
target_link_libraries(plPythonPack ${PYTHON_LIBRARY} CoreLib CoreLibExe plFile)
|
||||
target_link_libraries(plPythonPack CoreLib CoreLibExe plFile)
|
||||
target_link_libraries(plPythonPack debug ${PYTHON_DEBUG_LIBRARY})
|
||||
target_link_libraries(plPythonPack optimized ${PYTHON_LIBRARY})
|
||||
|
||||
source_group("Source Files" FILES ${plPythonPack_SOURCES})
|
||||
source_group("Header Files" FILES ${plPythonPack_HEADERS})
|
||||
|
Reference in New Issue
Block a user