mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-21 22:53:06 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user