Added geometryc, shaderc just compiles vertexdecl.cpp, & misc cleanup

This commit is contained in:
Joshua Brookover
2016-09-15 21:01:28 -05:00
parent 27b5ef26dd
commit 80feda97d0
11 changed files with 76 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ function( add_example ARG_NAME )
endif()
# Directory name
set_target_properties( example-${ARG_NAME} PROPERTIES FOLDER "examples" )
set_target_properties( example-${ARG_NAME} PROPERTIES FOLDER "bgfx/examples" )
endfunction()
# Add common library for examples