ladybird/DevTools/FormCompiler/CMakeLists.txt

6 lines
114 B
CMake

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