adding the tools target in the proper folder

This commit is contained in:
Viktor Kirilov
2017-05-27 11:59:03 +03:00
committed by GitHub
parent e921946064
commit a693e50ace

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 )