mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
Automatically create log folder in cmake stage
This commit is contained in:
parent
a022a37aab
commit
ba779a276c
1 changed files with 3 additions and 0 deletions
|
@ -9,3 +9,6 @@ if( WIN32 )
|
|||
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY_MINSIZEREL "${CMAKE_CURRENT_BINARY_DIR}/bin/" )
|
||||
set( VS_DEBUGGER_WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin/" )
|
||||
endif()
|
||||
|
||||
# Create log folder
|
||||
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin/log )
|
||||
|
|
Loading…
Add table
Reference in a new issue