Skip to content

Commit

Permalink
Tweak plugin install paths
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Nov 15, 2023
1 parent 4b64d94 commit 3efabc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/opengl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ target_link_libraries(${TACTILE_OPENGL_TARGET}
imgui::imgui
)

install(TARGETS ${TACTILE_OPENGL_TARGET} DESTINATION "${TACTILE_BUILD_DIR}/plugins")
install(TARGETS ${TACTILE_OPENGL_TARGET} DESTINATION "${TACTILE_BUILD_DIR}/plugins/renderers")
2 changes: 1 addition & 1 deletion modules/tmj-format/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target_link_libraries(${TACTILE_TMJ_FORMAT_TARGET}
nlohmann_json::nlohmann_json
)

install(TARGETS ${TACTILE_TMJ_FORMAT_TARGET} DESTINATION "${TACTILE_BUILD_DIR}/plugins")
install(TARGETS ${TACTILE_TMJ_FORMAT_TARGET} DESTINATION "${TACTILE_BUILD_DIR}/plugins/formats")

if (TACTILE_BUILD_TESTS MATCHES ON)
set(TACTILE_TMJ_FORMAT_TEST_TARGET tactile-tmj-format-test)
Expand Down

0 comments on commit 3efabc9

Please sign in to comment.