From: Pino Toscano Date: Fri, 16 Jun 2006 16:22:21 +0000 (+0000) Subject: and fix compilation for people with OpenBabel2 ;-) X-Git-Tag: v3.80.3~103^2~56 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=843ac006faa569b988843ee63ff59e9688ed738e;p=libqmvoc.git and fix compilation for people with OpenBabel2 ;-) svn path=/trunk/KDE/kdeedu/kalzium/src/widgets/CMakeLists.txt; revision=552108 --- diff --git a/kalzium/widgets/CMakeLists.txt b/kalzium/widgets/CMakeLists.txt index 9333671..029736c 100644 --- a/kalzium/widgets/CMakeLists.txt +++ b/kalzium/widgets/CMakeLists.txt @@ -1,3 +1,4 @@ +include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ) if(OPENBABEL2_FOUND) include_directories( ${OPENBABEL2_INCLUDE_DIR} ) endif(OPENBABEL2_FOUND)