Remove unexistant referenced file

Fix a build error : 

fxsdk build-fx                                                  
-- Found Gint: TRUE (found suitable version "2.3.1-4", minimum required is "2.1") 
-- Configuring done
CMake Error at CMakeLists.txt:108 (add_executable):
  Cannot find source file:

    src/perf/shaders.c

- The file not exist anymore, but why ???
This commit is contained in:
Sundev79 2021-02-04 03:06:49 +01:00
parent 8cb02e32c3
commit 3ff9ad38b9
No known key found for this signature in database
GPG Key ID: AAFD8AF3D618F0E2
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ set(SOURCES
src/perf/memory.c
src/perf/memory.s
src/perf/render.c
src/perf/shaders.c
src/perf/shaders.s
src/regs/regs.c
)
set(ASSETS_fx