From 11fcef3e1e8136caa9ed21c9f3f0bf0ef0eb7c03 Mon Sep 17 00:00:00 2001 From: Luca Tricerri Date: Sat, 21 Aug 2021 22:40:03 +0200 Subject: [PATCH] Update CMakeLists.txt --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c65e993..43e5b94 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -8,8 +8,8 @@ file(GLOB_RECURSE CppLinuxSerial_HEADERS add_library(CppLinuxSerial ${CppLinuxSerial_SRC} ${CppLinuxSerial_HEADERS}) -target_include_directories(CppLinuxSerial PUBLIC "$" - "$") +target_include_directories(CppLinuxSerial PUBLIC "$" + "$") # On Linux, "sudo make install" will typically copy the library # into the folder /usr/local/bin -- libgit2 0.21.4