'How to find AGDK GameTextInput package in CMakeLists?

I'm trying to follow the instructions here for integrating GameTextInput from the AGDK (Android Game Development Kit), but am having trouble with the CMakeLists part.

Adding this line as instructed:

find_package(game-text-input REQUIRED CONFIG)

Results in this error when the project syncs.

CMake Error at CMakeLists.txt:14 (find_package):
Could not find a package configuration file provided by "game-text-input"
with any of the following names:

There are no names printed. Above is the ONLY output.

I don't know what filename it's looking for, nor where it's looking. Do I need to manually install something or is it supposed to automatically work?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source