Merge pull request #8 from onqtam/onqtam-patch-1

adding the tools and examples targets in the proper folders in IDEs
This commit is contained in:
Joshua Brookover
2017-05-27 11:52:38 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ endfunction()
# Build all examples target
if( BGFX_CUSTOM_TARGETS )
add_custom_target( examples )
set_target_properties( examples PROPERTIES FOLDER "bgfx/examples" )
endif()
# Add common library for examples

View File

@@ -10,6 +10,7 @@
if( BGFX_CUSTOM_TARGETS )
add_custom_target( tools )
set_target_properties( tools PROPERTIES FOLDER "bgfx/tools" )
endif()
include( cmake/tools/geometryc.cmake )