mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:54:29 +02:00
6 lines
152 B
CMake
6 lines
152 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
# add the tool directories
|
|
add_subdirectory(bitstream2json)
|
|
add_subdirectory(json2bitstream)
|
|
add_subdirectory(mtc)
|