We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e8fb0 commit 461b19eCopy full SHA for 461b19e
examples/example_project/CMakeLists.txt
@@ -1,3 +1,8 @@
1
+#
2
+# **NOTE** This example currently requires the LibSerial be built using
3
+# autotools as the CMake build of LibSerial does not install a pkg-config
4
+# file yet. Support for pkg-config will be added to CMake build shortly.
5
6
cmake_minimum_required(VERSION 3.8)
7
8
project(ExampleProject LANGUAGES C CXX VERSION 1.0.0)
0 commit comments