mirror of
https://github.com/sigonasr2/hamster.git
synced 2025-04-18 14:39:40 -05:00
set working directory to project root
This commit is contained in:
parent
5e66fd009e
commit
3c75a8db28
@ -169,7 +169,7 @@ if(WIN32 AND MSVC)
|
|||||||
# set working directory for Visual Studio Debugger
|
# set working directory for Visual Studio Debugger
|
||||||
set_target_properties(
|
set_target_properties(
|
||||||
${OutputExecutable} PROPERTIES
|
${OutputExecutable} PROPERTIES
|
||||||
VS_DEBUGGER_WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
|
VS_DEBUGGER_WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
|
||||||
)
|
)
|
||||||
|
|
||||||
# set subsytem, console if HAS_TERMINAL is true. windows if not
|
# set subsytem, console if HAS_TERMINAL is true. windows if not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user