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 bb6456e commit 5b62dabCopy full SHA for 5b62dab
commandLine/src/utils/LibraryBinary.cpp
@@ -1,5 +1,6 @@
1
#include "LibraryBinary.h"
2
#include "ofFileUtils.h"
3
+#include <algorithm>
4
5
const std::vector<std::string> LibraryBinary::archs { "x86", "Win32", "x64", "armv7", "ARM64", "ARM64EC" };
6
const std::vector<std::string> LibraryBinary::targets{ "Debug", "Release" };
0 commit comments