aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-16/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* tweaks for enabling unity buildsStefan Boberg2023-04-191-0/+1
| | | | | | | | | | mostly changes to make sure anonymous namespaces don't clash and a change to avoid windows headers from leaking into other compilation units unity builds are not yet enabled by default, but can be enabled by uncommenting this line in the root `xmake.lua` ``` --add_rules("c++.unity_build") ```
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
|
* Added required linker flags on Mac for zenserver-testMartin Ridgers2022-01-111-0/+6
|
* Include header files when generating solution.Per Larsson2021-12-141-0/+1
|
* Made zenserver-test depend on zenserver as the former spawns the latterMartin Ridgers2021-11-161-0/+1
|
* Added zenhttp as a dependency of zenserver-test in xmake fileStefan Boberg2021-09-131-1/+1
|
* Further xmake file cleanupStefan Boberg2021-09-071-1/+1
|
* Restructured xmake filesStefan Boberg2021-09-061-0/+1
| | | | Mostly: moved dependencies to the module which introduces them
* Added zenserver-test xmake fileStefan Boberg2021-09-051-0/+4