remove twn_elf

This commit is contained in:
veclavtalica
2025-01-29 01:24:10 +03:00
parent 732b61e207
commit fedf1b5ef3
3 changed files with 0 additions and 104 deletions

View File

@ -67,7 +67,6 @@ add_subdirectory(third-party/libxm ${CMAKE_CURRENT_BINARY_DIR}/third-party/libxm
if(LINUX)
set(SYSTEM_SOURCE_FILES
src/system/linux/twn_elf.c
src/system/linux/twn_timer.c
$<$<BOOL:${TWN_FEATURE_DYNLIB_GAME}>:src/game_object/twn_linux_game_object.c>)
elseif(WIN32)