|
Lines 21-27
if (WIN32)
Link Here
|
| 21 |
target_link_libraries(python-module avogadro ${PYTHON_LIBRARIES}) |
21 |
target_link_libraries(python-module avogadro ${PYTHON_LIBRARIES}) |
| 22 |
else() |
22 |
else() |
| 23 |
target_link_libraries(python-module stdc++ avogadro |
23 |
target_link_libraries(python-module stdc++ avogadro |
| 24 |
${QT_LIBRARIES} ${PYTHON_LIBRARIES} ${Boost_LIBRARIES}) |
24 |
${QT_LIBRARIES} ${PYTHON_LIBRARIES} ${Boost_LIBRARIES} ${OPENBABEL2_LIBRARIES}) |
| 25 |
endif() |
25 |
endif() |
| 26 |
|
26 |
|
| 27 |
# Let's try to use this instead: |
27 |
# Let's try to use this instead: |