eggbladder
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
eggbladder created a post, Answeredtrying to get SDL2 working in CLion on (arch) Linux
Hello. Here is my CMakeLists cmake_minimum_required(VERSION 3.0) project(untitled) set(CMAKE_CXX_STANDARD 17) add_executable(untitled main.cpp) include_directories(/usr/local/include/SDL2/) targe...