Convert to 4 space indentation to try out CLion
parent
7236b4e935
commit
dc1cb80ecd
@ -0,0 +1,12 @@
|
||||
cmake_minimum_required(VERSION 3.23)
|
||||
project(rpgpt C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
include_directories(.)
|
||||
include_directories(gen)
|
||||
include_directories(thirdparty)
|
||||
|
||||
add_executable(rpgpt
|
||||
main.c
|
||||
)
|
Loading…
Reference in New Issue