Skip to content

Commit

Permalink
Configure CMake installation
Browse files Browse the repository at this point in the history
  • Loading branch information
adazem009 committed Jan 25, 2025
1 parent 6a7323e commit 491aa7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ add_library(scratchcpp SHARED)
add_subdirectory(src)
include_directories(src) # TODO: Remove this line
include_directories(include)
install(TARGETS scratchcpp DESTINATION lib)

target_sources(scratchcpp
PUBLIC
Expand Down
1 change: 1 addition & 0 deletions build/zip.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ add_library(zip SHARED
)

target_include_directories(zip PUBLIC ${ZIP_SRC})
install(TARGETS zip DESTINATION lib)

0 comments on commit 491aa7b

Please sign in to comment.