Correct fstester.setter cmake.

This commit is contained in:
2018-01-15 21:15:16 +00:00
parent 6f2287454e
commit 2cab74f415

View File

@@ -3,4 +3,4 @@ project(setter C)
set(CMAKE_C_STANDARD 90)
add_executable(setter main.c dos.c os2_16.c os2_32.c win32.c unix.c)
add_executable(setter consts.h defs.h main.h dosos2.h os2_16.h os2_32.h main.c dos.c os2_16.c os2_32.c win32.c unix.c)