mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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)
|