diff options
Diffstat (limited to 'map/CMakeLists.txt')
-rw-r--r-- | map/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/map/CMakeLists.txt b/map/CMakeLists.txt new file mode 100644 index 0000000..2e58fbe --- /dev/null +++ b/map/CMakeLists.txt @@ -0,0 +1,2 @@ +add_headers(map.h mapmessage.h) +add_sources(map.cpp mapmessage.cpp) |