Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 335 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 335 Bytes

clion-makefile

Example of makefile usage in CLion.

This example has been tested on Windows 7 with MinGW which is why the custom command in CMakeLists.txt shows mingw32-make.

It allows you to build from the IDE and errors in the log window are clickable. However, hints in the editor ave very limited compared to CMake projects.