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