mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 14:05:15 +00:00
6 lines
114 B
CMake
6 lines
114 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
add_executable(FormCompiler ${SOURCES})
|
|
target_link_libraries(FormCompiler LagomCore)
|