We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f171ad4 commit 8c3e03fCopy full SHA for 8c3e03f
test/visualization/CMakeLists.txt
@@ -8,6 +8,8 @@ set(build TRUE)
8
PCL_SUBSYS_OPTION(build "${SUBSYS_NAME}" "${SUBSYS_DESC}" ${DEFAULT} "${REASON}")
9
PCL_SUBSYS_DEPEND(build "${SUBSYS_NAME}" DEPS ${SUBSYS_DEPS} OPT_DEPS ${OPT_DEPS})
10
11
+include_directories(${VTK_INCLUDE_DIRS})
12
+
13
if (build)
14
if(BUILD_features AND NOT UNIX OR (UNIX AND DEFINED ENV{DISPLAY}))
15
PCL_ADD_TEST(a_visualization_test test_visualization
0 commit comments