Skip to content
Snippets Groups Projects
Commit a7bd2a3c authored by Ivan Tsybulin's avatar Ivan Tsybulin
Browse files

install plutils

parent 2f19aa11
Branches master
No related tags found
No related merge requests found
...@@ -10,6 +10,22 @@ include_directories(plutils ...@@ -10,6 +10,22 @@ include_directories(plutils
PUBLIC PUBLIC
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/${INSTALL_INCLUDEDIR}> $<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/${INSTALL_INCLUDEDIR}>
$<INSTALL_INTERFACE:${INSTALL_INCLUDEDIR}>) $<INSTALL_INTERFACE:${INSTALL_INCLUDEDIR}>)
install(
TARGETS
plutils
ARCHIVE
DESTINATION ${INSTALL_LIBDIR}
COMPONENT lib
RUNTIME
DESTINATION ${INSTALL_BINDIR}
COMPONENT bin
LIBRARY
DESTINATION ${INSTALL_LIBDIR}
COMPONENT lib
PUBLIC_HEADER
DESTINATION ${INSTALL_INCLUDEDIR}
COMPONENT dev
)
#INCLUDE(plutils/CMakeLists.txt) #INCLUDE(plutils/CMakeLists.txt)
if(BUILD_SHARED_LIBS) if(BUILD_SHARED_LIBS)
add_library(parlibc-shared SHARED "") add_library(parlibc-shared SHARED "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment