From aca01d5a8b7d3de53fa34696e18c91db720a5ab6 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 27 Jun 2019 16:35:25 +0200 Subject: Conversion to the cmake building system. Add includes to UI files to resolve FTBFS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko (cherry picked from commit d4a1613e9f119ae68c695ab60f8d9856d1a54a52) --- kgeography/data/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kgeography/data/CMakeLists.txt (limited to 'kgeography/data/CMakeLists.txt') diff --git a/kgeography/data/CMakeLists.txt b/kgeography/data/CMakeLists.txt new file mode 100644 index 00000000..f744e549 --- /dev/null +++ b/kgeography/data/CMakeLists.txt @@ -0,0 +1,11 @@ +add_subdirectory( flags ) + +##### other data + +file( GLOB _pngs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) +file( GLOB _kgms RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.kgm ) + +install( + FILES ${_pngs} ${_kgms} + DESTINATION ${DATA_INSTALL_DIR}/kgeography/ +) -- cgit v1.2.1