diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-19 16:05:44 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-20 13:23:31 +0200 |
commit | 61e3123dccf41518a4959991c2e1ca53896ed945 (patch) | |
tree | c836eebbca16e2d167e88eae8bb65048f2526cdc /maps/CMakeLists.txt | |
parent | 12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb (diff) | |
download | tdepacman-61e3123dccf41518a4959991c2e1ca53896ed945.tar.gz tdepacman-61e3123dccf41518a4959991c2e1ca53896ed945.zip |
conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'maps/CMakeLists.txt')
-rw-r--r-- | maps/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maps/CMakeLists.txt b/maps/CMakeLists.txt new file mode 100644 index 0000000..7f65e79 --- /dev/null +++ b/maps/CMakeLists.txt @@ -0,0 +1,2 @@ + +add_subdirectory( mspacman ) |