Start
This commit is contained in:
11
cxx/CMakeLists.txt
Normal file
11
cxx/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
|
||||
# Mount client-to-server communication protocol
|
||||
# (extended LX200 protocol)
|
||||
#
|
||||
|
||||
set(COMM_PROTO_LIB_SRC comm_proto.h)
|
||||
Reference in New Issue
Block a user