forked from damarquezg/rtslam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
29 lines (22 loc) · 834 Bytes
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $Id: CMakeLists.txt 4492 2010-05-31 08:56:24Z nksallem $ #
#
# User part of the makefiles
# module rtslam
#
build_jafar_module(rtslam
VERSION 0
REVISION 1
REQUIRED_MODULES kernel image jmath correl
OPTIONAL_MODULES qdisplay gdhe dseg
# for robotpkg generation:
# REQUIRED_MODULES kernel image jmath correl qdisplay gdhe
REQUIRED_EXTLIBS boost_thread boost_system boost_filesystem boost_regex
OPTIONAL_EXTLIBS qt4 viam MTI posterLib ueye
# for robotpkg generation:
# REQUIRED_EXTLIBS boost_thread boost_system boost_filesystem boost_regex gdhe qt4 viam MTI posterLib opencv
# CXXFLAGS -g -ggdb -O0 -Wall
# CXXFLAGS -O2 -g -DJFR_NDEBUG -DNDEBUG -DBOOST_UBLAS_NDEBUG -Wall -pthread
# ROBOTPKG_CATEGORY localization
ROBOTPKG_CATEGORY wip
SHORT_DESCRIPTION "Jafar module to do fast and generic EKF Slam."
)