Use implicit include directories via target link libraries for building apps
This commit is contained in:
@@ -1,10 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
set (headers
|
set (headers
|
||||||
../DecimaterViewerWidget.hh
|
../DecimaterViewerWidget.hh
|
||||||
../../QtViewer/QGLViewerWidget.hh
|
../../QtViewer/QGLViewerWidget.hh
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
vci_add_executable (commandlineDecimater ../decimater.cc)
|
vci_add_executable (commandlineDecimater ../decimater.cc)
|
||||||
|
|
||||||
target_link_libraries (commandlineDecimater
|
target_link_libraries (commandlineDecimater
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
|
|
||||||
vci_add_executable (Dualizer dualizer.cc)
|
vci_add_executable (Dualizer dualizer.cc)
|
||||||
|
|
||||||
target_link_libraries (Dualizer
|
target_link_libraries (Dualizer
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
set( headers
|
set( headers
|
||||||
ProgViewerWidget.hh
|
ProgViewerWidget.hh
|
||||||
../QtViewer/QGLViewerWidget.hh
|
../QtViewer/QGLViewerWidget.hh
|
||||||
|
|||||||
@@ -1,15 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
# source code directories
|
|
||||||
set (directories
|
|
||||||
.
|
|
||||||
)
|
|
||||||
|
|
||||||
set (sources
|
set (sources
|
||||||
MeshViewerWidget.cc
|
MeshViewerWidget.cc
|
||||||
QGLViewerWidget.cc
|
QGLViewerWidget.cc
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
vci_add_executable (Smoothing smooth.cc)
|
vci_add_executable (Smoothing smooth.cc)
|
||||||
|
|
||||||
target_link_libraries (Smoothing
|
target_link_libraries (Smoothing
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
set (headers
|
set (headers
|
||||||
../MeshViewerWidget.hh
|
../MeshViewerWidget.hh
|
||||||
../SubdivideWidget.hh
|
../SubdivideWidget.hh
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
vci_add_executable (commandlineAdaptiveSubdivider ../adaptive_subdivider.cc)
|
vci_add_executable (commandlineAdaptiveSubdivider ../adaptive_subdivider.cc)
|
||||||
|
|
||||||
target_link_libraries (commandlineAdaptiveSubdivider
|
target_link_libraries (commandlineAdaptiveSubdivider
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
vci_add_executable (commandlineSubdivider ../subdivider.cc)
|
vci_add_executable (commandlineSubdivider ../subdivider.cc)
|
||||||
|
|
||||||
target_link_libraries (commandlineSubdivider
|
target_link_libraries (commandlineSubdivider
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
vci_add_executable (Analyzer vdpmanalyzer.cc)
|
vci_add_executable (Analyzer vdpmanalyzer.cc)
|
||||||
|
|
||||||
target_link_libraries (Analyzer
|
target_link_libraries (Analyzer
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
set (headers
|
set (headers
|
||||||
VDPMSynthesizerViewerWidget.hh
|
VDPMSynthesizerViewerWidget.hh
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../../..
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
vci_add_executable (mkbalancedpm mkbalancedpm.cc)
|
vci_add_executable (mkbalancedpm mkbalancedpm.cc)
|
||||||
|
|
||||||
target_link_libraries (mkbalancedpm
|
target_link_libraries (mkbalancedpm
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
include (VCICommon)
|
include (VCICommon)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
|
|
||||||
vci_add_executable (mconvert mconvert.cc)
|
vci_add_executable (mconvert mconvert.cc)
|
||||||
|
|
||||||
target_link_libraries (mconvert
|
target_link_libraries (mconvert
|
||||||
|
|||||||
Reference in New Issue
Block a user