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 28f9e90 commit b2fb4e2Copy full SHA for b2fb4e2
release_build_files/CMakeLists.txt
@@ -16,6 +16,8 @@
16
17
cmake_minimum_required(VERSION 3.1)
18
19
+include(FindPkgConfig)
20
+
21
# Determine the location of the libraries to use based on the platform.
22
if(ANDROID)
23
string(REPLACE "_" ";" SPLIT_STL ${ANDROID_STL})
0 commit comments