Commit 893d690da437f40e8238531de28d1e16671c7f75
1 parent
150f17b4
Exists in
master
and in
9 other branches
cdfnew2nc
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
CMakeLists.txt
... | ... | @@ -41,6 +41,7 @@ MESSAGE( STATUS "Build DD_Server Project" ) |
41 | 41 | add_subdirectory(src/SERVER) |
42 | 42 | add_subdirectory(src/DECODERS/ascii2nc) |
43 | 43 | add_subdirectory(src/DECODERS/cdf2nc) |
44 | +add_subdirectory(src/DECODERS/cdfnew2nc) | |
44 | 45 | add_subdirectory(src/DECODERS/nc2nc) |
45 | 46 | add_subdirectory(src/DECODERS/themis/esa2nc) |
46 | 47 | add_subdirectory(src/DECODERS/themis/esafull2nc) |
... | ... |