summaryrefslogtreecommitdiffstats
path: root/test/ieee11073/CMakeLists.txt
blob: 34cdbc4145044cd499f6982fddea82cb87b6008f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_directories(
  ${PROJECT_SOURCE_DIR}/include/cppunit
  ${PROJECT_SOURCE_DIR}/api
)

add_executable (test_datatypes01     test_datatypes01.cpp)

set_target_properties(list_mfg
    PROPERTIES
    CXX_STANDARD 11)

target_link_libraries (test_datatypes01 direct_bt)

add_test (NAME datatypes01   COMMAND test_datatypes01)