diff --git a/cmake/tools.cmake b/cmake/tools.cmake index 537a381..f6aeb01 100644 --- a/cmake/tools.cmake +++ b/cmake/tools.cmake @@ -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 )