Skip to content

Creating run configurations in CLion

xennygrimmato edited this page Dec 1, 2014 · 3 revisions
  • Create CMake target: in CMakeLists.txt you need to add add_executable(nameOfTarget pathFromRootToCppFiles)
  • Go to Run-Edit configurations...-+-Application. Choose name for configuration and target created in CMakeLists.txt