Some cleanup in App cmake files to make them smaller and more readable
This commit is contained in:
@@ -5,16 +5,14 @@ include_directories (
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
set (targetName Analyzer)
|
||||
|
||||
# collect all header and source files
|
||||
set (sources
|
||||
./vdpmanalyzer.cc
|
||||
)
|
||||
|
||||
acg_add_executable (${targetName} ${sources})
|
||||
acg_add_executable (Analyzer ${sources})
|
||||
|
||||
target_link_libraries (${targetName}
|
||||
target_link_libraries (Analyzer
|
||||
OpenMeshCore
|
||||
OpenMeshTools
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user