|
|
@ -50,7 +50,8 @@ sourceSets { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Set of target platforms, will be available based on build system |
|
|
|
// Set of target platforms, will be available based on build system |
|
|
|
targetPlatforms { |
|
|
|
model { |
|
|
|
|
|
|
|
platforms{ |
|
|
|
// osx_universal { // TODO: universal binary doesn't work? |
|
|
|
// osx_universal { // TODO: universal binary doesn't work? |
|
|
|
// architecture 'x86_64' |
|
|
|
// architecture 'x86_64' |
|
|
|
// architecture 'x86' |
|
|
|
// architecture 'x86' |
|
|
@ -80,6 +81,7 @@ targetPlatforms { |
|
|
|
architecture "x86_64" |
|
|
|
architecture "x86_64" |
|
|
|
operatingSystem "windows" |
|
|
|
operatingSystem "windows" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Defines created C++ libraries |
|
|
|
// Defines created C++ libraries |
|
|
|