summaryrefslogtreecommitdiff
path: root/bin/CMakeLists.txt
diff options
context:
space:
mode:
authorLoïc Guilloux <glx22@users.noreply.github.com>2021-04-02 10:15:45 +0200
committerGitHub <noreply@github.com>2021-04-02 10:15:45 +0200
commit799eb31ff199745888ffecf76a37e0d7cce437dd (patch)
treebb0ee0ee1b644d15d9883367c82ed645ebed63f8 /bin/CMakeLists.txt
parente760c9fbec7ab4f0637662bd299369de6dee3db2 (diff)
downloadopenttd-799eb31ff199745888ffecf76a37e0d7cce437dd.tar.xz
Change: [CMake] Copy AI/GS compatibility files to build dir (#8906)
Diffstat (limited to 'bin/CMakeLists.txt')
-rw-r--r--bin/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt
new file mode 100644
index 000000000..9d75bc0ee
--- /dev/null
+++ b/bin/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_subdirectory(ai)
+add_subdirectory(game)