aboutsummaryrefslogtreecommitdiff
path: root/cmake/platforms/nestedvm.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platforms/nestedvm.cmake')
-rw-r--r--cmake/platforms/nestedvm.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmake/platforms/nestedvm.cmake b/cmake/platforms/nestedvm.cmake
index 6862896..3f768a4 100644
--- a/cmake/platforms/nestedvm.cmake
+++ b/cmake/platforms/nestedvm.cmake
@@ -15,7 +15,7 @@ function(get_platform_puzzle_extra_source_files OUTVAR NAME)
set(${OUTVAR} PARENT_SCOPE)
endfunction()
-function(set_platform_puzzle_target_properties NAME TARGET)
+function(set_platform_gui_target_properties TARGET)
set(build_subdir ${CMAKE_CURRENT_BINARY_DIR}/${TARGET}-tmp)
add_custom_command(OUTPUT ${build_subdir}
@@ -56,5 +56,8 @@ function(set_platform_puzzle_target_properties NAME TARGET)
${build_subdir}/PuzzleEngine.class)
endfunction()
+function(set_platform_puzzle_target_properties NAME TARGET)
+endfunction()
+
function(build_platform_extras)
endfunction()