mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 12:08:56 +00:00
00389c50ea
- tabs to spaces - use Unix line endings everywhere - newline at end of file - remove trailing white space - no space between keywords and opening parenthesis - use 2 spaces to indent
13 lines
201 B
CMake
13 lines
201 B
CMake
set(HEADERS ddio_win.h)
|
|
set(CPPS
|
|
serial.cpp
|
|
winfile.cpp
|
|
winforcefeedback.cpp
|
|
winio.cpp
|
|
winjoy.cpp
|
|
winkey.cpp
|
|
winmouse.cpp
|
|
wintimer.cpp)
|
|
|
|
add_library(ddio_win STATIC ${HEADERS} ${CPPS})
|