|
|
|
@ -16,10 +16,10 @@ add_executable(plPythonPack ${plPythonPack_SOURCES} ${plPythonPack_HEADERS})
|
|
|
|
|
target_link_libraries(plPythonPack CoreLib CoreLibExe plFile) |
|
|
|
|
|
|
|
|
|
if(PYTHON_DEBUG_LIBRARY) |
|
|
|
|
target_link_libraries(plPythonPack debug ${PYTHON_DEBUG_LIBRARY}) |
|
|
|
|
target_link_libraries(plPythonPack optimized ${PYTHON_LIBRARY}) |
|
|
|
|
target_link_libraries(plPythonPack debug ${PYTHON_DEBUG_LIBRARY}) |
|
|
|
|
target_link_libraries(plPythonPack optimized ${PYTHON_LIBRARY}) |
|
|
|
|
else() |
|
|
|
|
target_link_libraries(plPythonPack ${PYTHON_LIBRARY}) |
|
|
|
|
target_link_libraries(plPythonPack ${PYTHON_LIBRARY}) |
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
source_group("Source Files" FILES ${plPythonPack_SOURCES}) |
|
|
|
|