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
39e971504e
Descent3
/
third_party
/
CMakeLists.txt
5 lines
80 B
CMake
Raw
Normal View
History
Unescape
Escape
[CMake] Enabled the CMake property USE_FOLDERS to provide a more structured project list in IDEs with the help of set(CMAKE_FOLDER "...") calls.
2024-07-03 17:55:04 +00:00
set
(
CMAKE_FOLDER
"third_party"
)
Split libacm files to third_party/libacm and AudioEncode Logically adecode/aencode belongs to AudioEncode.
2024-07-28 18:51:35 +00:00
add_subdirectory
(
libacm
)
save screenshots as PNG
2024-05-09 21:38:54 +00:00
add_subdirectory
(
stb
)
Reference in New Issue
Copy Permalink