Skip to content

Commit

Permalink
Tweak test target name
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Jul 28, 2024
1 parent efc3867 commit 4e34a8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/tiled_tmj_format/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project(tactile-tiled-tmj-format-test CXX)

add_executable(tactile-tmj-format-test)
add_executable(tactile-tiled-tmj-format-test)

target_sources(tactile-tmj-format-test
target_sources(tactile-tiled-tmj-format-test
PRIVATE
"src/main.cpp"
"src/tmj_format_attribute_parser_test.cpp"
Expand All @@ -17,9 +17,9 @@ target_sources(tactile-tmj-format-test
"src/tmj_format_tileset_parser_test.cpp"
)

tactile_prepare_target(tactile-tmj-format-test)
tactile_prepare_target(tactile-tiled-tmj-format-test)

target_link_libraries(tactile-tmj-format-test
target_link_libraries(tactile-tiled-tmj-format-test
PRIVATE
tactile::tiled_tmj_format
tactile::base_test_util
Expand All @@ -29,8 +29,8 @@ target_link_libraries(tactile-tmj-format-test
GTest::gtest
)

target_compile_definitions(tactile-tmj-format-test
target_compile_definitions(tactile-tiled-tmj-format-test
PRIVATE
"$<$<BOOL:TACTILE_BUILD_ZLIB_COMPRESSION>:TACTILE_HAS_ZLIB_COMPRESSION>"
"$<$<BOOL:TACTILE_BUILD_ZSTD_COMPRESSION>:TACTILE_HAS_ZSTD_COMPRESSION>"
)
)

0 comments on commit 4e34a8d

Please sign in to comment.