a bit of stuff, time to add spirv-link into this project
This commit is contained in:
15
buildcfg.cpp
Normal file
15
buildcfg.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "helper.h"
|
||||
|
||||
DECLARE_BUILD_STAGE(config)
|
||||
{
|
||||
if (Target_t::DefaultTarget().kernel == TARGET_KERNEL_IOS)
|
||||
{
|
||||
ADD_OUTPUT_VALUE("static", "true");
|
||||
}
|
||||
else
|
||||
{
|
||||
ADD_OUTPUT_VALUE("static", "false");
|
||||
}
|
||||
ADD_OUTPUT_VALUE("static", "true");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user