mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
Demos: Compile LibGfxDemo with the new CMake build system
This commit is contained in:
parent
c52f4923ed
commit
56c4538085
3 changed files with 7 additions and 8 deletions
6
Demos/LibGfxDemo/CMakeLists.txt
Normal file
6
Demos/LibGfxDemo/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(LibGfxDemo)
|
||||
target_link_libraries(LibGfxDemo LibGUI LibIPC LibGfx LibCore)
|
|
@ -1,8 +0,0 @@
|
|||
OBJS = \
|
||||
main.o
|
||||
|
||||
PROGRAM = LibGfxDemo
|
||||
|
||||
LIB_DEPS = GUI IPC Gfx Core
|
||||
|
||||
include ../../Makefile.common
|
Loading…
Add table
Add a link
Reference in a new issue