mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
9 lines
168 B
CMake
9 lines
168 B
CMake
set(SOURCES
|
|
Mesh.cpp
|
|
WavefrontOBJLoader.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(3DFileViewer ICON app-3d-file-viewer)
|
|
target_link_libraries(3DFileViewer LibGUI LibGL)
|