summaryrefslogtreecommitdiffstats
path: root/weather/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'weather/CMakeLists.txt')
-rw-r--r--weather/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/weather/CMakeLists.txt b/weather/CMakeLists.txt
new file mode 100644
index 0000000..44b4d4d
--- /dev/null
+++ b/weather/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_headers(weather.h weathermessage.h)
+add_sources(weather.cpp weathermessage.cpp)