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