4 lines
119 B
CMake
4 lines
119 B
CMake
add_executable(NullWindow main.cpp)
|
|
|
|
target_link_libraries(NullWindow PRIVATE MathGeoLib glfw GL ULRE.RenderDevice)
|