1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-25 23:30:49 +08:00

Fix target install interface

This commit is contained in:
Niccolò Iardella 2022-01-17 19:10:39 +01:00
parent 9643468146
commit c0852fd738
No known key found for this signature in database
GPG Key ID: 108999D88758105E

View File

@ -7,7 +7,7 @@ target_compile_features(eventpp INTERFACE cxx_std_11)
target_include_directories(
eventpp INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include/eventpp>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/eventpp>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
# Installation