Compile Sqlcipher in C project

Currently I use the regular Sqlite3 in my C project and compiling it myself using CMake, works fine. Now I want to switch using Sqlcipher so I can encrypt the database. What files do I include and link in my C project to be able to use Sqlcipher? Have read through the docs, but does not seem to answer my question or I can’t find it. Any ideas?

The current files I use with Sqlite3 is:

shell.c
sqlite3.c
sqlite3.h
sqlite3ext.h