Skip to content

Commit

Permalink
Fix Visual Studio build
Browse files Browse the repository at this point in the history
  • Loading branch information
xissburg committed Jul 10, 2019
1 parent f936ba3 commit c36d871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMake/Ogre_glTF_ConfigTargets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ function(Ogre_glTF_config_sample PROJECTNAME)

set_target_properties(${PROJECTNAME} PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
endfunction(Ogre_glTF_config_sample)
set_property(TARGET ${PROJECTNAME} PROPERTY VS_DEBUGGER_WORKING_DIRECTORY ${PROJECT_BINARY_DIR})
endfunction(Ogre_glTF_config_sample)

0 comments on commit c36d871

Please sign in to comment.