I am currently writing an SDL2 program with the SDL2-ttf library and wanted to add a check for it in CMakeLists.txt. How do I do that?
I am using CMake 3.1.
FindSDL_ttf.cmake is part of cmake 3.x just use
find_package(SDL_ttf REQUIRED)