diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ So, for example, if you want to build the debug configuration on Visual Studio 2 > mkdir build > cd build > cmake .. -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_INSTALL_PREFIX=..\bin -G "Visual Studio 14 2015" -> cmake --build .. --config DEBUG --target install +> cmake --build . --config DEBUG --target install ``` ## Changing the lexer |