| | |
| | | |
| | | cmake_minimum_required(VERSION 3.4.1) |
| | | |
| | | set(CMAKE_BUILD_TYPE "Release") |
| | | add_definitions("-O3") |
| | | |
| | | # Creates and names a library, sets it as either STATIC |
| | | # or SHARED, and provides the relative paths to its source code. |
| | | # You can define multiple libraries, and CMake builds them for you. |
| | |
| | | common/serial_port.cpp |
| | | common/net.cpp |
| | | common/apptimer.cpp |
| | | common/crc32.cpp |
| | | common/md5.cpp |
| | | common/string_util.cpp |
| | | common/xtea.cpp |
| | | rtk_platform/parse_net.cpp |
| | | rtk_platform/platform.cpp |
| | | rtk_module/parse_gps.cpp |
| | | test_common/Geometry.cpp |
| | | driver_test.cpp |
| | | mcu/mcu_if.cpp |
| | | mcu/ahp.cpp |
| | | mcu/ada.cpp |
| | | mcu/dfu.cpp |
| | | |
| | | test_common/car_sensor.cpp |
| | | test_common/odo_graph.cpp |