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:
parent
9643468146
commit
c0852fd738
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user