mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
set project language to CXX
Co-authored-by: Chris Thrasher <chrisjthrasher@gmail.com>
This commit is contained in:
parent
2a76e1a34b
commit
2528dcf50c
@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.16)
|
|||||||
# General setup
|
# General setup
|
||||||
project(serial
|
project(serial
|
||||||
VERSION 1.2.1
|
VERSION 1.2.1
|
||||||
|
LANGUAGES CXX
|
||||||
DESCRIPTION "Cross-platform, Serial Port library written in C++"
|
DESCRIPTION "Cross-platform, Serial Port library written in C++"
|
||||||
HOMEPAGE_URL "http://wjwwood.io/serial/"
|
HOMEPAGE_URL "http://wjwwood.io/serial/"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user