aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractorConfig.cmake.in
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-24 15:38:57 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-02-24 17:31:43 -0300
commit490d84059bcef9b832e39a608acbbe1401347212 (patch)
tree91a21a4f26ab6372a263750fdef251ff992fd46f /ApiExtractorConfig.cmake.in
parente363a1d1d2aa2a05139719adc02756766bc92cc1 (diff)
Remove FindApiExtractor.cmake file in favor of ApiExtractorConfig and 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>
Diffstat (limited to 'ApiExtractorConfig.cmake.in')
-rw-r--r--ApiExtractorConfig.cmake.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/ApiExtractorConfig.cmake.in b/ApiExtractorConfig.cmake.in
new file mode 100644
index 000000000..24eacdeed
--- /dev/null
+++ b/ApiExtractorConfig.cmake.in
@@ -0,0 +1,6 @@
+# - try to find APIEXTRACTOR
+# APIEXTRACTOR_INCLUDE_DIR - Directories to include to use APIEXTRACTOR
+# APIEXTRACTOR_LIBRARIES - Files to link against to use APIEXTRACTOR
+
+SET(APIEXTRACTOR_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/include/apiextractor")
+SET(APIEXTRACTOR_LIBRARY "apiextractor")