mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 13:41:13 +02:00
typo
This commit is contained in:
parent
9d8879ed88
commit
7c03ec71ea
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ set_target_properties(Greeter PROPERTIES CXX_STANDARD 17)
|
|||
# Link dependencies (if required)
|
||||
# target_link_libraries(Greeter cxxopts)
|
||||
|
||||
# Node: change PUBLIC to INTERFACE for single header libraries
|
||||
# Note: change PUBLIC to INTERFACE for single header libraries
|
||||
target_include_directories(Greeter
|
||||
PUBLIC
|
||||
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue