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:
parent
9afda55d73
commit
5f4d81ff55
2 changed files with 41 additions and 0 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue