diff options
| author | manuel <manuel@mausz.at> | 2018-01-01 13:40:09 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2018-01-01 13:40:09 +0100 |
| commit | 4830f27a40323fe859dc166337a2b861877b7121 (patch) | |
| tree | 39e9f712a5415ec0026c3914f4bf600b2f679287 /cmake/modules/FindTexturePacker.cmake | |
| parent | 0afb1d4d51973cf52973617c92236d851a039d31 (diff) | |
| download | kodi-pvr-build-4830f27a40323fe859dc166337a2b861877b7121.tar.gz kodi-pvr-build-4830f27a40323fe859dc166337a2b861877b7121.tar.bz2 kodi-pvr-build-4830f27a40323fe859dc166337a2b861877b7121.zip | |
sync with upstream
Diffstat (limited to 'cmake/modules/FindTexturePacker.cmake')
| -rw-r--r-- | cmake/modules/FindTexturePacker.cmake | 2 |
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) |
