This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
drogon
mirror of
https://github.com/drogonframework/drogon.git
Watch
1
Star
1
Fork
You've already forked drogon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b24e90f94
drogon
/
orm_lib
/
tests
/
CMakeLists.txt
4 lines
87 B
CMake
Raw
Normal View
History
Unescape
Escape
Add a database test
2018-11-27 09:37:41 +00:00
link_libraries
(
drogon
trantor
pthread
dl
)
Modify cmake files for the mariadb database on linux
2018-12-03 09:03:45 +00:00
add_executable
(
db_test
db_test.cc
Users.cc
)