aboutsummaryrefslogtreecommitdiff
path: root/cmake/platforms/osx.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platforms/osx.cmake')
-rw-r--r--cmake/platforms/osx.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platforms/osx.cmake b/cmake/platforms/osx.cmake
index 39cf544..59848db 100644
--- a/cmake/platforms/osx.cmake
+++ b/cmake/platforms/osx.cmake
@@ -10,7 +10,7 @@ set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
set(build_gui_programs FALSE) # they don't really fit in the OS X GUI model
-function(get_platform_puzzle_extra_source_files OUTVAR NAME)
+function(get_platform_puzzle_extra_source_files OUTVAR NAME AUXILIARY)
set(${OUTVAR} PARENT_SCOPE)
endfunction()