Guh
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited How to revise CLion CmakeLIsts.txt?
I have a simple cpp program that needs to compiled with the following flags. Could you help how to properly update the CMakeLists.txt? -I/Users/guh/LLVM/6.0/llvm/include -I/Users/guh/LLVM/6.0/llvm/... -
Created CMake Environment
AnsweredAfter git clone the project, the Clion cannot recognize CMakeLists.txt as the configuration for the cloned project. Can you help me how to fix this? git clone https://gitlab.com/gangryunguh/SFML-...