1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

set project language to CXX

Co-authored-by: Chris Thrasher <chrisjthrasher@gmail.com>
This commit is contained in:
Alex Moriarty 2023-06-16 20:44:37 -03:00 committed by GitHub
parent 2a76e1a34b
commit 2528dcf50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/"
) )