mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
make love startup project in visual studio
This commit is contained in:
@@ -316,6 +316,10 @@ if(EXISTS ${MEGA_LOVE}/CMakeLists.txt)
|
||||
foreach(MEGA_LIB ${MEGA_3P})
|
||||
disable_warnings(${MEGA_LIB})
|
||||
endforeach()
|
||||
|
||||
if(MSVC)
|
||||
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT love)
|
||||
endif()
|
||||
else()
|
||||
message(STATUS "LOVE was not found")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user