Skip to content

Commit

Permalink
fixed cmake install for tlo-parsing (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
troy4eg authored Jun 21, 2024
1 parent a481534 commit 718abe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tlo-parsing/tlo-parsing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set_target_properties(tlo_parsing_static PROPERTIES
install(TARGETS tlo_parsing_static
COMPONENT TLO_PARSING_DEV
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION /usr/${CMAKE_INSTALL_INCLUDEDIR}/tlo-parsing)
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tlo-parsing)

vk_add_library(tlo_parsing_shared SHARED $<TARGET_OBJECTS:tlo_parsing_src>)
set_target_properties(tlo_parsing_shared PROPERTIES OUTPUT_NAME tlo_parsing)
Expand Down

0 comments on commit 718abe4

Please sign in to comment.