From a693e50ace214c03cc087bed29f89363df4c850e Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Sat, 27 May 2017 11:59:03 +0300 Subject: [PATCH] adding the tools target in the proper folder --- cmake/tools.cmake | 1 + 1 file changed, 1 insertion(+) 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 )