IvanFon / ics4u

ICS4U programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICS4U

My ICS4U Projects


Using CMake with Code::Blocks

  1. Run CMake with the generator set to Code::Blocks:
  • Linux: cmake -G "CodeBlocks - Unix Makefiles" <dir>
  • Windows: cmake -G "CodeBlocks - MinGW Makefiles" <dir>
  1. Open the .cbp file that was created in Code::Blocks.
  2. In Code::Blocks, select the target with the same name as the CMake target you want to build.
  3. glhf

About

ICS4U programs

License:GNU General Public License v3.0


Languages

Language:C++ 95.1%Language:CMake 4.9%