This website requires JavaScript.
Explore
Help
Sign In
Cronocide
/
Descent3
Watch
1
Star
0
Fork
0
You've already forked Descent3
mirror of
https://github.com/kevinbentley/Descent3.git
synced
2025-01-23 03:58:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9a80863c7f
Descent3
/
ddio_common
/
CMakeLists.txt
6 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
Standardize CMake formatting lowercase function names, blocks indent
2024-04-20 12:35:20 +00:00
set
(
HEADERS
)
set
(
CPPS
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 09:02:27 +00:00
d
d
i
o
.
c
p
p
k
e
y
.
c
p
p
)
add_library
(
ddio_common
STATIC
${
HEADERS
}
${
CPPS
}
)
Reference in New Issue
Copy Permalink