Skip to content

Commit

Permalink
Missed JSONCPP include.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jan 23, 2019
1 parent d49795e commit 75b0f3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,12 @@ PDAL_ADD_TEST(pdal_io_text_reader_test
# sources for the native filters
#
PDAL_ADD_TEST(pdal_filters_assign_test FILES filters/AssignFilterTest.cpp)
PDAL_ADD_TEST(pdal_filters_chipper_test FILES filters/ChipperTest.cpp)
PDAL_ADD_TEST(pdal_filters_chipper_test
FILES
filters/ChipperTest.cpp
INCLUDES
${PDAL_JSONCPP_INCLUDE_DIR}
)
PDAL_ADD_TEST(pdal_filters_nndistance_test
FILES
filters/NNDistanceTest.cpp
Expand Down

0 comments on commit 75b0f3c

Please sign in to comment.