Commit 96d62519d247e5fdae60bfa851d829140269f50a
1 parent
11062ddb
Exists in
master
and in
100 other branches
Commit change in main CMakeLists
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
CMakeLists.txt
... | ... | @@ -74,6 +74,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/") |
74 | 74 | add_subdirectory(src/ExternLib/Ram_Presure) |
75 | 75 | add_subdirectory(src/ExternLib/TimeShifted) |
76 | 76 | add_subdirectory(src/ExternLib/GetClbInfo) |
77 | + add_subdirectory(src/ExternLib/GetClbInfoByIndex) | |
78 | + add_subdirectory(src/ExternLib/GetMavenStaticEnergy) | |
77 | 79 | add_subdirectory(src/ExternLib/EnergyBounds) |
78 | 80 | add_subdirectory(src/ExternLib/Boxcar) |
79 | 81 | add_subdirectory(src/ExternLib/SlidingAverage) |
... | ... |