daedalus/Source/SysGL/Interface/CMakeLists.txt
2023-04-15 09:35:45 +10:00

7 lines
No EOL
158 B
CMake

add_library(Interface_GL OBJECT UI.cpp
)
list(APPEND daed_libs Interface_GL)
set(daed_libs ${daed_libs} PARENT_SCOPE)