Skip to content

Commit

Permalink
Put test build output in ordinary build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Oct 16, 2023
1 parent a33afd1 commit 66b54d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ if (TACTILE_BUILD_TESTS MATCHES ON)
add_executable(${TACTILE_CORE_TEST_TARGET} ${TACTILE_CORE_TEST_FILES})

tactile_prepare_target(${TACTILE_CORE_TEST_TARGET})
tactile_set_output_dir(${TACTILE_CORE_TEST_TARGET} "${TACTILE_BUILD_DIR}/test")

target_link_libraries(${TACTILE_CORE_TEST_TARGET}
PRIVATE
Expand Down
1 change: 0 additions & 1 deletion modules/editor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ if (TACTILE_BUILD_TESTS MATCHES ON)
add_executable(${TACTILE_EDITOR_TEST_TARGET} ${TACTILE_EDITOR_TEST_FILES})

tactile_prepare_target(${TACTILE_EDITOR_TEST_TARGET})
tactile_set_output_dir(${TACTILE_EDITOR_TEST_TARGET} "${TACTILE_BUILD_DIR}/test")

target_link_libraries(${TACTILE_EDITOR_TEST_TARGET}
PRIVATE
Expand Down
1 change: 0 additions & 1 deletion modules/tmj-format/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ if (TACTILE_BUILD_TESTS MATCHES ON)
add_executable(${TACTILE_TMJ_FORMAT_TEST_TARGET} ${TACTILE_TMJ_FORMAT_TEST_FILES})

tactile_prepare_target(${TACTILE_TMJ_FORMAT_TEST_TARGET})
tactile_set_output_dir(${TACTILE_TMJ_FORMAT_TEST_TARGET} "${TACTILE_BUILD_DIR}/test")

target_link_libraries(${TACTILE_TMJ_FORMAT_TEST_TARGET}
PRIVATE
Expand Down

0 comments on commit 66b54d4

Please sign in to comment.