Merge pull request #503 from playmer/joshua/cmake_working_dir
Added VS_DEBUGGER_WORKING_DIRECTORY to examples
This commit is contained in:
commit
ae0b59c6e2
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ function(buildExample EXAMPLE_NAME)
|
|||
target_link_libraries(${EXAMPLE_NAME} base )
|
||||
endif(WIN32)
|
||||
|
||||
set_target_properties(${EXAMPLE_NAME} PROPERTIES VS_DEBUGGER_WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
|
||||
|
||||
if(RESOURCE_INSTALL_DIR)
|
||||
install(TARGETS ${EXAMPLE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue