diff --git a/CMakeLists.txt b/CMakeLists.txt index 4868878..b62f676 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,5 @@ cmake_minimum_required(VERSION 3.18) -set(CMAKE_C_COMPILER tcc) - project(sle C) include_directories(include) diff --git a/README b/README index 156f95b..5df7783 100644 --- a/README +++ b/README @@ -7,8 +7,6 @@ A simple level editor using the KBLE format. COMPILATION =========== Dependencies: raylib -The default compiler is TCC, edit CMakeLists.txt to choose another -compiler. $ git clone https://git.sr.ht/~kikoodx/sle $ mkdir sle/build && cd sle/build