mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Examples: Set startup folder for debugging in Visual Studio
This commit is contained in:
parent
9bdd6d46dd
commit
2cd4797557
@ -217,6 +217,9 @@ macro(sfml_add_example target)
|
|||||||
# set the target flags to use the appropriate C++ standard library
|
# set the target flags to use the appropriate C++ standard library
|
||||||
sfml_set_stdlib(${target})
|
sfml_set_stdlib(${target})
|
||||||
|
|
||||||
|
# set the Visual Studio startup path for debugging
|
||||||
|
set_target_properties(${target} PROPERTIES VS_DEBUGGER_WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
# link the target to its SFML dependencies
|
# link the target to its SFML dependencies
|
||||||
if(THIS_DEPENDS)
|
if(THIS_DEPENDS)
|
||||||
target_link_libraries(${target} PRIVATE ${THIS_DEPENDS})
|
target_link_libraries(${target} PRIVATE ${THIS_DEPENDS})
|
||||||
|
Loading…
Reference in New Issue
Block a user