Add install destination for library
This commit is contained in:
parent
b1795c27e4
commit
471476d358
@ -62,6 +62,9 @@ target_link_libraries(
|
|||||||
INTERFACE ${CXXOPTS_LINKER_LIBRARIES}
|
INTERFACE ${CXXOPTS_LINKER_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/include/cxxopts.hpp DESTINATION include)
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user