We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec46103 commit cf14cf7Copy full SHA for cf14cf7
bolt/lib/Target/CMakeLists.txt
@@ -1,3 +1,5 @@
1
foreach (tgt ${BOLT_TARGETS_TO_BUILD})
2
add_subdirectory(${tgt})
3
-endforeach()
+ string(TOUPPER ${tgt} TGT_UPPER)
4
+ add_definitions(-D${TGT_UPPER}_AVAILABLE)
5
+endforeach()
0 commit comments