Skip to content

Commit

Permalink
⬆ [Cool] Don't install unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Apr 15, 2024
1 parent 27ddbfd commit 649469d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else()
endif()

install(FILES "lib/cpp-httplib/LICENSE" DESTINATION "license/cpp-httplib")
install(FILES "LICENSE.txt" DESTINATION "license")
install(FILES "LICENSE.txt" DESTINATION "license" RENAME "Coollab-LICENSE.txt")

# Grab all the source files
file(GLOB_RECURSE COOL_LAB_SOURCES CONFIGURE_DEPENDS src/*)
Expand Down
2 changes: 1 addition & 1 deletion Cool
Submodule Cool updated 2 files
+1 −1 lib/easy_opencv
+1 −1 lib/stringify

0 comments on commit 649469d

Please sign in to comment.