← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/ai_seafaring_split into lp:widelands

 

Looks like you just shifted some functions around, so this can go in. Travis error is due to something in trunk.

Regarding the CMakeLists.txt, it goes like this:

wl_library(ai_warfare # new library
  SRCS                # list of .cc/.h files in this library
    defaultai_warfare.cc
    defaultai_warfare.h
)

wl_library(ai
  SRCS
    ai_help_structs.cc
    ai_help_structs.h
    ai_hints.cc
    ai_hints.h
    computer_player.cc
    computer_player.h
    defaultai.cc
    defaultai.h
  DEPENDS              # this library depends on...
    ai_warfare         # new dependency
    base_exceptions
    base_i18n
    base_log
    base_macros
    base_time_string
    economy
    logic
    scripting_lua_table
)


This will make sense if you can shift some functions out of defaultai.h

-- 
https://code.launchpad.net/~widelands-dev/widelands/ai_seafaring_split/+merge/311544
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/ai_seafaring_split.


References