Skip to content

Commit 2975a6f

Browse files
[feat] Add Parallax files to CMakeLists for build inclusion
1 parent bf5ba2e commit 2975a6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/fdb5/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,16 @@ if( HAVE_PARALLAXFDB )
439439
parallax/ParallaxIndex.cpp
440440
parallax/ParallaxIndex.h
441441
parallax/ParallaxIndexLocation.h
442+
parallax/ParallaxStore.cpp
443+
parallax/ParallaxStore.h
444+
parallax/ParallaxFieldLocation.cpp
445+
parallax/ParallaxFieldLocation.h
446+
parallax/ParallaxNameBase.cpp
447+
parallax/ParallaxNameBase.h
448+
parallax/ParallaxArray.cpp
449+
parallax/ParallaxArray.h
450+
parallax/ParallaxArrayPartHandle.cpp
451+
parallax/ParallaxArrayPartHandle.h
442452
)
443453
endif()
444454

0 commit comments

Comments
 (0)