Move remove_resource_icon script

This commit is contained in:
Oliver Hamlet
2017-01-02 16:12:24 +00:00
parent 360dfe5cba
commit d45f23f133
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ ExternalProject_Add(testing-plugins
ExternalProject_Add(loot_api
PREFIX "external"
URL "https://github.com/loot/loot/archive/0.10.2.zip"
PATCH_COMMAND python "${CMAKE_SOURCE_DIR}/remove_resource_icon.py"
PATCH_COMMAND python "${CMAKE_SOURCE_DIR}/scripts/remove_resource_icon.py"
CMAKE_ARGS -DBOOST_INCLUDEDIR=${Boost_INCLUDE_DIR} -DMSVC_STATIC_RUNTIME=${MSVC_STATIC_RUNTIME} -DBUILD_SHARED_LIBS=OFF
BUILD_COMMAND ${CMAKE_COMMAND} --build . --target loot_api --config $(CONFIGURATION)
INSTALL_COMMAND "")