From 0d3336f80c2115860baa41e7a8ad34d076aa74b9 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 25 Apr 2024 15:16:15 -0400 Subject: [PATCH] typo fix --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b171187..62a6c2f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,7 +6,7 @@ add_library(example_lib lib.cpp ${HEADER_LIST}) # We need this directory, and users of our library will need it too -target_include_directories(exaple_lib PUBLIC ../include) +target_include_directories(example_lib PUBLIC ../include) #target_link_libraries(example_lib PRIVATE Boost::boost)