aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* package dependency clean-ups (#531)Stefan Boberg2023-11-131-1/+1
| | | | | | | | | | this change just cleans up dependency declarations in xmake.lua files, discovered while exploring a more to xrepo which catches dependency problems since it will not just place all includes in a single directory, unlike vcpkg. * removed spurious asio dependency from zenserver-test * removed rocksdb reference * add missing asio package dependency * removed catch2 reference (no longer available) * added explicit cpr reference * made some zencore package dependencies public (this is necessary because some public zencore headers pull in package headers. If you use a more strict package manager than vcpkg then you get compilation errors whenever these includes are pulled in unless you declare the dependency explicitly)
* place tests in own group (for sln) (#488)Stefan Boberg2023-10-201-0/+1
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+16
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees