mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
c2b71b8147
lowercase function names, blocks indent
8 lines
141 B
CMake
8 lines
141 B
CMake
set(HEADERS
|
|
ddvidlib.h)
|
|
set(CPPS
|
|
video_win32.cpp
|
|
vidWin32FS.cpp
|
|
vidWin32Win.cpp)
|
|
|
|
add_library(dd_vidwin32 STATIC ${HEADERS} ${CPPS}) |