Answer the question
In order to leave comments, you need to log in
How to build a project in clion?
Clion works fine and runs applications in debug mode without issue. Also, it creates a "Shared Library" type file that runs from the terminal but does not run on click and throws an error:
Cmake code:
cmake_minimum_required(VERSION 3.17)
project(test4)
set(CMAKE_CXX_STANDARD 14)
add_executable(test4 main.cpp)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question