mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
8 lines
168 B
CMake
8 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)
|