1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-16 18:52:27 +00:00
serenity/DevTools/FormCompiler/CMakeLists.txt

6 lines
114 B
CMake

set(SOURCES
main.cpp
)
add_executable(FormCompiler ${SOURCES})
target_link_libraries(FormCompiler LagomCore)