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-22 19:55:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0037e5206e
Descent3
/
model
/
CMakeLists.txt
6 lines
100 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
n
e
w
s
t
y
l
e
.
c
p
p
p
o
l
y
m
o
d
e
l
.
c
p
p
)
Standardize CMake formatting lowercase function names, blocks indent
2024-04-20 12:35:20 +00:00
add_library
(
model
STATIC
${
HEADERS
}
${
CPPS
}
)
Reference in New Issue
Copy Permalink