mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 12:08:56 +00:00
11 lines
199 B
CMake
11 lines
199 B
CMake
|
SET (HEADERS
|
||
|
ddgrWin32.h
|
||
|
ddgrWin32DX.h
|
||
|
ddgrWin32GDI.h)
|
||
|
SET (CPPS
|
||
|
ddgrWin32API.cpp
|
||
|
ddgrWin32DX.cpp
|
||
|
ddgrWin32GDI.cpp
|
||
|
ddgrWin32Init.cpp)
|
||
|
|
||
|
ADD_LIBRARY(dd_grwin32 STATIC ${HEADERS} ${CPPS})
|