I want to compile my code into a single standalone EXE without any DLLs on Windows.
EXE
DLLs
My CMakeLists.txt looks as follows:
CMakeLists.txt