mirror of
https://github.com/sigonasr2/hamster.git
synced 2025-04-19 15:09:39 -05:00
Merge pull request #6 from sigonasr2/set-visual-studio-working-directory-to-project-root,-for-easy-development
set working directory to project root
This commit is contained in:
commit
ae6a74e6ce
@ -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