← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/ai_cmakelist into lp:widelands

 

TiborB has proposed merging lp:~widelands-dev/widelands/ai_cmakelist into lp:widelands.

Commit message:
CMakeList.txt modification - adding AI folder to be copied to installation location.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/ai_cmakelist/+merge/328630

I forget to enter AI folder to a list of folders to be copied to installation location
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/ai_cmakelist into lp:widelands.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2017-07-01 13:14:08 +0000
+++ CMakeLists.txt	2017-08-05 14:43:02 +0000
@@ -265,6 +265,7 @@
 # install files to the correct locations here
 install(
   DIRECTORY
+    data/ai
     data/campaigns
     data/i18n
     data/images


References