aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractorConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Use binary dir to install libraries on windows when not using msvc.Renato Filho2012-03-091-0/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Make libxml2 and libxslt optional dependencies.Hugo Parente Lima2012-03-091-1/+3
|
* Fix compilation and instalation on MSVC.Hugo Parente Lima2012-03-091-1/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Revert "Fix files to link against on Windows."Renato Filho2012-03-091-1/+1
| | | | | | This reverts commit a7bce60de9bc884506b4f4d13ea538702d459597. This CMAKE LINK_LIBRARY PREFIX does not exists on cmake 2.6.
* Fix files to link against on Windows.Catalin Iacob2012-03-091-1/+1
| | | | | | | On Windows there is a distinction between a DLL (foo.dll) and the import library (foo.lib) that a program links to in order to use that DLL. It seems that CMAKE_LINK_LIBRARY_SUFFIX is perfect for this distinction - the suffix will be .lib on Windows and .so on Linux.
* Fix Config.cmake library pathLauro Neto2010-02-251-1/+1
| | | | | | Set to absolute path with cmake variables Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Remove FindApiExtractor.cmake file in favor of ApiExtractorConfig and ↵Hugo Lima2010-02-241-0/+6
Version .cmake files. This is the right way to go, according to: - http://www.cmake.org/pipermail/cmake/2009-April/028504.html - http://www.cmake.org/Wiki/CMake_2.6_Notes#Packages Reviewed by Renato Araújo <renato.filho@openbossa.org>