-
Notifications
You must be signed in to change notification settings - Fork 1
/
CMakeLists.txt
24 lines (18 loc) · 963 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
#******************************************************************************
# (C) Copyright 2020-2022 Real-Time Innovations, Inc. All rights reserved.
#
# The use of this software is governed by the terms specified in the
# RTI Labs License Agreement, available at https://www.rti.com/terms/RTILabs.
#
# By accessing, downloading, or otherwise using this software, you agree to
# be bound by those terms.
#*****************************************************************************
cmake_minimum_required(VERSION 3.20)
project(connextauto-bus)
message(STATUS "databus_SOURCE_DIR = ${databus_SOURCE_DIR}")
message(STATUS "databus_BINARY_DIR = ${databus_BINARY_DIR}")
include(build-helpers/cmake/init.cmake)
#-----------------------------------------------------------------------------
# Generate type handling code + build type libraries
add_subdirectory("res/types")
#-----------------------------------------------------------------------------