mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
- CMakeLists.txt : Fix mess caused by rebase/merge
- pfPythonTest/CMakeLists.txt: changed python linking like Mystler suggested (at least I hope I understood it right) - test_plString.cpp : added actual test, removed tab somewhere
This commit is contained in:
@ -94,12 +94,7 @@ target_link_libraries(test_pfPython pnTimer)
|
||||
target_link_libraries(test_pfPython pnUtils)
|
||||
target_link_libraries(test_pfPython pnUUID)
|
||||
|
||||
if(PYTHON_DEBUG_LIBRARY)
|
||||
target_link_libraries(test_pfPython debug ${PYTHON_DEBUG_LIBRARY})
|
||||
target_link_libraries(test_pfPython optimized ${PYTHON_LIBRARY})
|
||||
else()
|
||||
target_link_libraries(test_pfPython ${PYTHON_LIBRARY})
|
||||
endif()
|
||||
target_link_libraries(test_pfPython ${PYTHON_LIBRARIES})
|
||||
|
||||
target_link_libraries(test_pfPython ${OPENAL_LIBRARY})
|
||||
target_link_libraries(test_pfPython ${OPENSSL_LIBRARIES})
|
||||
|
Reference in New Issue
Block a user