mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
8 lines
102 B
C++
8 lines
102 B
C++
#include <juce_core/juce_core.h>
|
|
|
|
int main()
|
|
{
|
|
juce::Logger::writeToLog("vcpkg");
|
|
return 0;
|
|
}
|