mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 01:47:00 +02:00
7 lines
114 B
CMake
7 lines
114 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
add_executable(FormCompiler ${SOURCES})
|
|
target_link_libraries(FormCompiler LagomCore)
|