mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
12 lines
203 B
CMake
12 lines
203 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}) |