[Pkg-running-devel] [openambit] 20/131: More build changes

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit 0a649a182eedfab0b05d44aebc9c952df48ff481
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Sat Dec 14 15:38:43 2013 +0100

    More build changes
---
 .gitignore                                         | 2 ++
 src/libambit/CMakeLists.txt                        | 6 ++++++
 src/openambit/openambit.pro                        | 2 +-
 movescountXmlDiff.pl => tools/movescountXmlDiff.pl | 0
 4 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..829a7f9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+# Ignore build directories
+*build*
diff --git a/src/libambit/CMakeLists.txt b/src/libambit/CMakeLists.txt
index 84d8425..213f272 100644
--- a/src/libambit/CMakeLists.txt
+++ b/src/libambit/CMakeLists.txt
@@ -1,3 +1,9 @@
+cmake_minimum_required (VERSION 2.6)
+project (LIBAMBIT)
+
+# Where to lookup modules
+set (CMAKE_MODULE_PATH "${LIBAMBIT_SOURCE_DIR}/cmake")
+
 find_package(libusb REQUIRED)
 find_package(UDev REQUIRED)
 
diff --git a/src/openambit/openambit.pro b/src/openambit/openambit.pro
index 2ba0508..9f6c5c4 100644
--- a/src/openambit/openambit.pro
+++ b/src/openambit/openambit.pro
@@ -33,6 +33,6 @@ FORMS    += mainwindow.ui \
     settingsdialog.ui
 
 INCLUDEPATH += ../libambit
-QMAKE_LIBDIR += ../build/libambit
+QMAKE_LIBDIR += ../libambit-build
 
 LIBS += -lambit
diff --git a/movescountXmlDiff.pl b/tools/movescountXmlDiff.pl
similarity index 100%
rename from movescountXmlDiff.pl
rename to tools/movescountXmlDiff.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list