reactos/win32ss/drivers/displays/CMakeLists.txt
hpoussin 1bdefebc9e
Enable framebuf_new driver (#4775)
Replace framebuf display driver by framebuf_new display driver
Compile framebuf_new as framebuf.dll, and add it to bootcd/livecd
Remove old framebuf from compilation, to not conflict
2023-04-02 23:33:15 +09:00

5 lines
82 B
CMake

#add_subdirectory(framebuf)
add_subdirectory(framebuf_new)
add_subdirectory(vga)