Parent Directory | Revision Log | Revision Graph
Initial import
1 | jpp | 1.1 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
2 | index 6376b88..62a8991 100644 | ||
3 | --- a/CMakeLists.txt | ||
4 | +++ b/CMakeLists.txt | ||
5 | @@ -71,7 +71,7 @@ add_custom_target(uninstall | ||
6 | ######################################################################## | ||
7 | add_subdirectory(include) | ||
8 | add_subdirectory(src) | ||
9 | -add_subdirectory(tests) | ||
10 | +#add_subdirectory(tests) | ||
11 | |||
12 | # use space-separation format for the pc file | ||
13 | STRING(REPLACE ";" " " RTL433_PC_CFLAGS "${RTL433_PC_CFLAGS}") |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |