Skip to content

Commit

Permalink
Gsk/adapt vcpkg (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
171930433 authored Nov 20, 2024
1 parent 34ab1b9 commit bf1f0c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ set(ConfigPackageLocation lib/cmake/yalantinglibs)
add_library(yalantinglibs INTERFACE)
add_library(yalantinglibs::yalantinglibs ALIAS yalantinglibs)

target_compile_features(yalantinglibs INTERFACE cxx_std_20)

target_include_directories(yalantinglibs INTERFACE
$<INSTALL_INTERFACE:include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../include>
Expand Down

0 comments on commit bf1f0c3

Please sign in to comment.