mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
166a905951
We previously put the generated headers in SOURCES, which did not mark them as GENERATED (and did not produce a proper dependency). This commit moves all generated headers into GENERATED_SOURCES, and removes useless header SOURCES.
13 lines
251 B
CMake
13 lines
251 B
CMake
serenity_component(
|
|
Magnifier
|
|
RECOMMENDED
|
|
TARGETS Magnifier
|
|
)
|
|
|
|
set(SOURCES
|
|
MagnifierWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Magnifier ICON app-magnifier)
|
|
target_link_libraries(Magnifier LibGfx LibGUI LibMain LibFileSystemAccessClient)
|