diff options
Diffstat (limited to 'cmake/platforms/unix.cmake')
| -rw-r--r-- | cmake/platforms/unix.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platforms/unix.cmake b/cmake/platforms/unix.cmake index a582d6f..f150b46 100644 --- a/cmake/platforms/unix.cmake +++ b/cmake/platforms/unix.cmake @@ -63,7 +63,7 @@ endif() add_compile_definitions(HELP_DIR="${CMAKE_INSTALL_PREFIX}/share/sgt-puzzles/help") -function(get_platform_puzzle_extra_source_files OUTVAR NAME) +function(get_platform_puzzle_extra_source_files OUTVAR NAME AUXILIARY) if(build_icons AND EXISTS ${CMAKE_SOURCE_DIR}/icons/${NAME}.sav) # If we have the equipment to rebuild the puzzles' icon images # from scratch, do so. Then changes in the puzzle display code |