diff options
| author | Daniel Rakos <daniel.rakos@rastergrid.com> | 2023-07-18 16:18:46 +0200 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-07-19 09:50:01 -0600 |
| commit | c5ac1413f0108d111160711b00eec61c81c5e293 (patch) | |
| tree | e9a8fd2f0ffa8a7eeb36b647b93739f9cfdc1579 /scripts | |
| parent | 9ded295c5b35ed21dab93b0227b1a9f49714758b (diff) | |
| download | usermoji-c5ac1413f0108d111160711b00eec61c81c5e293.tar.xz | |
build: Add API_TYPE variable
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index ad467ae0..3038d6e6 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -40,6 +40,8 @@ if (UPDATE_DEPS) endif() list(APPEND update_dep_command "--config") list(APPEND update_dep_command "${_build_type}") + list(APPEND update_dep_command "--api") + list(APPEND update_dep_command "${API_TYPE}") set(UPDATE_DEPS_DIR_SUFFIX "${_build_type}") if (ANDROID) |
