mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 14:37:41 +00:00
Adjust whitespace and case to match the other cmake files
This commit is contained in:
@ -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})
|
||||
|
Reference in New Issue
Block a user