1
0
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:
Anne Marije v/d Meer
2014-06-04 15:10:13 +02:00
parent 098df8b41e
commit bc3f64274c
3 changed files with 6 additions and 25 deletions

View File

@ -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})