Skip to content

Commit

Permalink
[liblrc] Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jack·Boos·Yu <[email protected]>
  • Loading branch information
rinechran and JackBoosY authored Oct 9, 2022
1 parent 65c87b7 commit b9025b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ports/liblrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ add_library(liblrc
target_include_directories(liblrc
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
)
install(
FILES ${LRCTOOLS_HEADERS}
DESTINATION include)

install(TARGETS liblrc
EXPORT unofficial-liblrc
EXPORT unofficial-liblrcConfig
NAMESPACE unofficial::liblrc::
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
Expand Down

0 comments on commit b9025b3

Please sign in to comment.