Descent3/win32/CMakeLists.txt
Thomas Otto 00389c50ea Some more CMake white space formatting
- 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
2024-04-21 11:46:32 +02:00

12 lines
182 B
CMake

set(HEADERS win32os.h)
set(CPPS
winapp.cpp
wincon.cpp
WinController.cpp
windata.cpp
windebug.cpp
winmono.cpp
wintask.cpp)
add_library(win32 STATIC ${HEADERS} ${CPPS})