summaryrefslogtreecommitdiff
path: root/DevTools/FormCompiler/CMakeLists.txt
blob: ece3b62f56f70c6a745fb1fdcf134d880dc49a63 (plain)
1
2
3
4
5
6
set(SOURCES
    main.cpp
)

add_executable(FormCompiler ${SOURCES})
target_link_libraries(FormCompiler LagomCore)