This website requires JavaScript.
Explore
Help
Sign In
LadybirdBrowser
/
ladybird
Watch
1
Star
1
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-01-08 12:19:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7b79758fc6
ladybird
/
Userland
/
Demos
/
Cube
/
CMakeLists.txt
7 lines
96 B
CMake
Raw
Normal View
History
Unescape
Escape
Build: Switch to CMake :^) Closes https://github.com/SerenityOS/serenity/issues/2080
2020-05-06 18:40:06 +03:00
set
(
SOURCES
C
u
b
e
.
c
p
p
)
Build: Embed application icons directly in the executables. New serenity_app() targets can be defined which allows application icons to be emedded directly into the executable. The embedded icons will then be used when creating an icon for that file in LibGUI.
2020-12-20 21:26:09 +03:00
serenity_app
(
Cube
ICON
app-cube
)
Build: Switch to CMake :^) Closes https://github.com/SerenityOS/serenity/issues/2080
2020-05-06 18:40:06 +03:00
target_link_libraries
(
Cube
LibGUI
)
Reference in New Issue
Copy Permalink