Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Jul 22, 2024
1 parent 54c1dfe commit e3ca5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter04/ex06_pack/library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ target_compile_features(ch4_ex06_library PRIVATE cxx_std_11)
# Specify the include directories for the target named `ch4_ex02_static`
target_include_directories(ch4_ex06_library PUBLIC include)

set_target_properties(ch4_ex06_library PROPERTIES PUBLIC_HEADER include)
set_target_properties(ch4_ex06_library PROPERTIES PUBLIC_HEADER include/lib.hpp)

include(GNUInstallDirs) # Defines the ${CMAKE_INSTALL_INCLUDEDIR} variable.

Expand Down

0 comments on commit e3ca5b2

Please sign in to comment.