1 2 3 4 5 6
set(SOURCES main.cpp ) add_executable(FormCompiler ${SOURCES}) target_link_libraries(FormCompiler LagomCore)