1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 09:27:46 +00:00

Lagom: Add a tiny JSON test app

This commit is contained in:
Andreas Kling 2020-02-06 19:32:34 +01:00
parent 9afda55d73
commit 5f4d81ff55
2 changed files with 41 additions and 0 deletions

View file

@ -22,3 +22,7 @@ add_library(lagom ${SOURCES})
add_executable(TestApp TestApp.cpp)
target_link_libraries(TestApp lagom)
target_link_libraries(TestApp stdc++)
add_executable(TestJson TestJson.cpp)
target_link_libraries(TestJson lagom)
target_link_libraries(TestJson stdc++)