OM/Apps/VDProgMesh: CmakeLists for Analyzer and mkbalancedpm added
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@285 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
21
src/OpenMesh/Apps/VDProgMesh/Analyzer/CMakeLists.txt
Normal file
21
src/OpenMesh/Apps/VDProgMesh/Analyzer/CMakeLists.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
include (ACGCommon)
|
||||
|
||||
include_directories (
|
||||
../../../..
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
set (targetName Analyzer)
|
||||
|
||||
# collect all header and source files
|
||||
set (sources
|
||||
./vdpmanalyzer.cc
|
||||
)
|
||||
|
||||
acg_add_executable (${targetName} ${sources})
|
||||
|
||||
target_link_libraries (${targetName}
|
||||
OpenMeshCore
|
||||
OpenMeshTools
|
||||
)
|
||||
|
||||
21
src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/CMakeLists.txt
Normal file
21
src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/CMakeLists.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
include (ACGCommon)
|
||||
|
||||
include_directories (
|
||||
../../../..
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
set (targetName mkbalancedpm)
|
||||
|
||||
# collect all header and source files
|
||||
set (sources
|
||||
./mkbalancedpm.cc
|
||||
)
|
||||
|
||||
acg_add_executable (${targetName} ${sources})
|
||||
|
||||
target_link_libraries (${targetName}
|
||||
OpenMeshCore
|
||||
OpenMeshTools
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user