This commit is contained in:
James R 2021-07-12 03:50:44 -07:00
parent 3d19d5386b
commit 58fa44e8dc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ add_executable(SRB2SDL2 MACOSX_BUNDLE WIN32)
# Core sources
target_sourcefile(c)
target_sources(SRB2SDL2 PRIVATE comptime.c md5.c config.h)
target_sources(SRB2SDL2 PRIVATE comptime.c md5.c config.h.in)
set(SRB2_ASM_SOURCES vid_copy.s)