mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
Suppress regeration for MSVC.
This commit is contained in:
@@ -7,6 +7,10 @@ cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(megasource)
|
||||
|
||||
if(MSVC)
|
||||
set(CMAKE_SUPPRESS_REGENERATION TRUE)
|
||||
endif()
|
||||
|
||||
function(add_move_dll ARG_POST_TARGET ARG_TARGET)
|
||||
add_custom_command(TARGET ${ARG_POST_TARGET} POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy
|
||||
|
||||
Reference in New Issue
Block a user