summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindTexturePacker.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindTexturePacker.cmake')
-rw-r--r--cmake/modules/FindTexturePacker.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindTexturePacker.cmake b/cmake/modules/FindTexturePacker.cmake
index aa6fd3a..874a8f6 100644
--- a/cmake/modules/FindTexturePacker.cmake
+++ b/cmake/modules/FindTexturePacker.cmake
@@ -19,7 +19,7 @@ if(NOT TARGET TexturePacker::TexturePacker)
19 elseif(WIN32) 19 elseif(WIN32)
20 add_executable(TexturePacker::TexturePacker IMPORTED GLOBAL) 20 add_executable(TexturePacker::TexturePacker IMPORTED GLOBAL)
21 set_target_properties(TexturePacker::TexturePacker PROPERTIES 21 set_target_properties(TexturePacker::TexturePacker PROPERTIES
22 IMPORTED_LOCATION "${CMAKE_SOURCE_DIR}/tools/TexturePacker/TexturePacker.exe") 22 IMPORTED_LOCATION "${DEPENDENCIES_DIR}/tools/TexturePacker/TexturePacker.exe")
23 else() 23 else()
24 if(WITH_TEXTUREPACKER) 24 if(WITH_TEXTUREPACKER)
25 get_filename_component(_tppath ${WITH_TEXTUREPACKER} ABSOLUTE) 25 get_filename_component(_tppath ${WITH_TEXTUREPACKER} ABSOLUTE)