Skip to content

Commit

Permalink
Add CMake logic to install asset directory
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Oct 28, 2023
1 parent 9c2a372 commit 08113d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ find_path(CPPCODEC_INCLUDE_DIRS "cppcodec/base32_crockford.hpp")
find_path(STB_INCLUDE_DIRS "stb_c_lexer.h")

install(DIRECTORY DESTINATION "${TACTILE_BUILD_DIR}/plugins")
install(DIRECTORY "${TACTILE_RESOURCE_DIR}" DESTINATION "${TACTILE_BUILD_DIR}")

add_subdirectory(modules)

Expand Down

0 comments on commit 08113d7

Please sign in to comment.