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
0c67b093c6
Descent3
/
ddvid_lnx
/
CMakeLists.txt
6 lines
89 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
Initial import
2024-04-16 03:43:29 +00:00
v
i
d
e
o
_
l
n
x
.
c
p
p
)
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
add_library
(
ddvid_lnx
STATIC
${
HEADERS
}
${
CPPS
}
)
Reference in New Issue
Copy Permalink