tidy cmake

This commit is contained in:
Dethrace Labs 2025-05-05 10:00:52 +12:00
parent dcf3cfdd89
commit 7840cc0c12
1 changed files with 15 additions and 4 deletions

View File

@ -161,12 +161,23 @@ target_sources(dethrace_obj PRIVATE
dr_types.h
pd/net.h
pd/sys.h
# pc-win95/win95sys.c
pc-win95/dinput.h
pc-win95/ssdx.c
pc-win95/ssdx.h
# dethrace-added cross platform sys and network implementation
pc-all/allnet.c
# added in future PR
# pc-all/allsys.c
# original win95 sys and network
# pc-win95/win95sys.c
# pc-win95/ssdx.c
# pc-win95/ssdx.h
# todo remove from normal compile
pc-win95/dinput.h
# original dos sys and network
#pc-dos/dosnet.c
# todo remove from normal compile
pc-dos/dossys.c
)