Skip to content
Commit 02df506e authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

Create and install CMake Config file for marble & astro libraries

Summary:
* use "Marble" and "Astro" as cmake target names,
  so 3rd-party lib users would do:
  find_package(Marble REQUIRED)
  find_package(Astro REQUIRED)
  target_link_libraries(foo Marble Astro) # include dirs imported by target
* only install headers & cmake config files on unbundled platforms for now

Reviewers: rahn, sanjibanb, shentey, nienhueser, #marble

Reviewed By: nienhueser, #marble

Differential Revision: https://phabricator.kde.org/D2364

# Conflicts:
#	src/lib/marble/CMakeLists.txt
parent 49600e1b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment