comparison tests/libserver/CMakeLists.txt @ 106:f8c6d2244795

Server: rework model and dao
author David Demelier <markand@malikania.fr>
date Mon, 04 Sep 2017 19:41:18 +0200
parents 41e5722da2ae
children 6f4965c26ceb
comparison
equal deleted inserted replaced
105:0a4a246d765b 106:f8c6d2244795
15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 # 17 #
18 18
19 add_subdirectory(id) 19 add_subdirectory(id)
20 add_subdirectory(dao-character)
20 add_subdirectory(db/account) 21 add_subdirectory(db/account)
21 # add_subdirectory(dao-account) 22 # add_subdirectory(dao-account)