Skip to content

Commit

Permalink
Moved LuaExe to a Support folder in MSVC solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxoft committed May 4, 2017
1 parent 19e8b4f commit e28ba27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Expand Up @@ -133,5 +133,10 @@ if (NOT(USE_SYSTEM_LUA))
RUNTIME_OUTPUT_DIRECTORY_DEBUGPROFILE ${CMAKE_SOURCE_DIR}/Server
RUNTIME_OUTPUT_DIRECTORY_RELEASEPROFILE ${CMAKE_SOURCE_DIR}/Server
)

if (MSVC)
set_target_properties(
luaexe
PROPERTIES FOLDER Support
)
endif()
endif()

0 comments on commit e28ba27

Please sign in to comment.