mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:37:44 +00:00
3DFileViewer: Move Demos/GLTeapot
to Applications/3DFileViewer
Also changes the category to `Graphics`
This commit is contained in:
parent
132ecfc47b
commit
585e7890cd
15 changed files with 18 additions and 18 deletions
8
Userland/Applications/3DFileViewer/CMakeLists.txt
Normal file
8
Userland/Applications/3DFileViewer/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
set(SOURCES
|
||||
Mesh.cpp
|
||||
WavefrontOBJLoader.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(3DFileViewer ICON app-3d-file-viewer)
|
||||
target_link_libraries(3DFileViewer LibGUI LibGL)
|
Loading…
Add table
Add a link
Reference in a new issue