mirror of
https://github.com/dpogue/CMake-MetalShaderSupport.git
synced 2025-04-03 20:45:05 +00:00
Merge pull request #7 from selimsandal/patch-1
Make sure debug postfix is empty
This commit is contained in:
commit
0ce971b786
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ function(add_metal_shader_library TARGET)
|
|||
add_library(${TARGET} MODULE ${_amsl_UNPARSED_ARGUMENTS})
|
||||
|
||||
set_target_properties(${TARGET} PROPERTIES
|
||||
DEBUG_POSTFIX ""
|
||||
XCODE_PRODUCT_TYPE com.apple.product-type.metal-library
|
||||
XCODE_ATTRIBUTE_MTL_FAST_MATH "YES"
|
||||
XCODE_ATTRIBUTE_MTL_ENABLE_DEBUG_INFO[variant=Debug] "INCLUDE_SOURCE"
|
||||
|
|
Loading…
Add table
Reference in a new issue