aboutsummaryrefslogtreecommitdiff
path: root/modules/FindLibXml2.cmake
AgeCommit message (Collapse)Author
2006-02-11workaround for detecting libxml2 on windows when using a path list in ↵Ralf Habacker
CMAKE_INCLUDE_PATH svn path=/trunk/KDE/kdelibs/; revision=508470
2006-02-11-changed kde4_create_libtool_file (target dir_relative_to_libdir) Alexander Neundorf
to kde4_install_libtool_file(dir_relative_to_install_prefix target) -added variable KDE4_PLUGIN_INSTALL_DIR, used usually for installing plugins -changed am2cmake accordingly -edited FindLibXml2.cmake and FindLibArt so that they work correctly with CMAKE_INSTALL_PATH -changed generated_findpackage_file accordingly -some minor formatting changes Alex CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=508458
2006-02-10added CMAKE_INCLUDE_PATH related path check for include filesRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=507831
2006-02-08add some libnamesChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=507241
2006-01-23-fix Foo_FIND_REQUIRED and Foo_FIND_QUIETYL handling:Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501687
2006-01-22-generate_findpackage_file: a script to simplify generating simple ↵Alexander Neundorf
FindFoo.cmake files -FindLibXml2.cmake and FindLibXslt.cmake: modules to find libxml2 and libxslt, generated by the script above -some tuning in the other modules Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501125