This commit is contained in:
Pagwin 2024-04-25 15:16:15 -04:00
parent 0f02486d79
commit 0d3336f80c
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -6,7 +6,7 @@
add_library(example_lib lib.cpp ${HEADER_LIST}) add_library(example_lib lib.cpp ${HEADER_LIST})
# We need this directory, and users of our library will need it too # 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) #target_link_libraries(example_lib PRIVATE Boost::boost)