Skip to content

Commit

Permalink
Remove redundant macros
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Sep 16, 2024
1 parent 32a8b67 commit 65afef8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions source/runtime/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ tactile_prepare_target(tactile-runtime)
target_compile_definitions(tactile-runtime
PRIVATE
"TACTILE_BUILDING_RUNTIME"
"$<$<BOOL:TACTILE_BUILD_ZLIB_COMPRESSION>:TACTILE_ENABLE_ZLIB_COMPRESSION>"
"$<$<BOOL:TACTILE_BUILD_ZSTD_COMPRESSION>:TACTILE_ENABLE_ZSTD_COMPRESSION>"
"$<$<BOOL:TACTILE_BUILD_YAML_FORMAT>:TACTILE_ENABLE_YAML_FORMAT>"
"$<$<BOOL:TACTILE_BUILD_TILED_TMJ_FORMAT>:TACTILE_ENABLE_TILED_TMJ_FORMAT>"
"$<$<BOOL:TACTILE_BUILD_TILED_TMX_FORMAT>:TACTILE_ENABLE_TILED_TMX_FORMAT>"
"$<$<BOOL:TACTILE_BUILD_GODOT_TSCN_FORMAT>:TACTILE_ENABLE_GODOT_TSCN_FORMAT>"
"$<$<BOOL:TACTILE_BUILD_OPENGL_RENDERER>:TACTILE_ENABLE_OPENGL_RENDERER>"
"$<$<BOOL:TACTILE_BUILD_VULKAN_RENDERER>:TACTILE_ENABLE_VULKAN_RENDERER>"
)

target_link_libraries(tactile-runtime
Expand Down

0 comments on commit 65afef8

Please sign in to comment.