This might be the "right way" to fix the issue - mark our exported classes as
[kdeedu-porting.git] / kalzium / CMakeLists.txt
blobadb5c10bb72c7239a659cffbae3cd7cfa8d1a027
1 project(kalzium)
3 include(KalziumConfigureChecks.cmake)
5 macro_optional_find_package(Plasma)
6 macro_bool_to_01(PLASMA_FOUND HAVE_PLASMA)
7 macro_log_feature(PLASMA_FOUND "Plasma" "Plasma is the KDE4 desktop" "http://plasma.kde.org" FALSE "" "Provides a Kalzium Plasmoid")
9 if(OPENBABEL2_FOUND AND OPENGL_FOUND AND EIGEN_FOUND)
10         add_subdirectory(libavogadro-kalzium)
11         add_subdirectory(compoundviewer)
12 endif(OPENBABEL2_FOUND AND OPENGL_FOUND AND EIGEN_FOUND)
14 add_subdirectory(src)
15 add_subdirectory(data)
16 #if(HAVE_PLASMA)
17    #   add_subdirectory(plasmoid)
18 #endif(HAVE_PLASMA)