mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
15 lines
472 B
Diff
15 lines
472 B
Diff
--- a/Resources/CMakeLists.txt
|
|
+++ b/Resources/CMakeLists.txt
|
|
@@ -3,12 +3,6 @@
|
|
|
|
if (WIN32)
|
|
# No automatic downloading for Windows (for now)
|
|
- elseif (UNIX)
|
|
- add_custom_target(OpenSpades_Resources_DevPaks ALL COMMENT "Downloading non-GPL assets")
|
|
- add_custom_command(
|
|
- TARGET OpenSpades_Resources_DevPaks
|
|
- COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/downloadpak.sh
|
|
- WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
|
endif()
|
|
|
|
# TODO: subgroups for script files
|