I am Charmie

メモとログ

CMake + Visual Studio on command line

If you compile source code on command prompt with CMake and Visual Studio, you should specify some options as follows:
cmake -G "NMake Makefiles" .
nmake

-G option specifies a makefile generator.