Skip to content
Snippets Groups Projects
Commit b23123eb authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add top-level CMakeLists.txt for SyncTERM

parent 19c9c781
No related branches found
No related tags found
No related merge requests found
Pipeline #6756 passed
cmake_minimum_required(VERSION 3.5)
project(SyncTERM C)
add_subdirectory(src/syncterm)
add_custom_target(SyncTERM ALL)
add_dependencies(SyncTERM syncterm)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment