mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
8 lines
247 B
CMake
8 lines
247 B
CMake
add_library(HLEGraphics_GL OBJECT
|
|
GraphicsPluginGL.cpp
|
|
RendererGL.cpp
|
|
)
|
|
|
|
list(APPEND daed_libs HLEGraphics_GL)
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|
|
|