Skip to content

Commit

Permalink
remove GLOB from Percept CMake files [#87]
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaned committed Apr 12, 2017
1 parent 4982e0f commit 89991f5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/disc/stk/percept/stk_rebalance/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

SET(SOURCES "")
SET(HEADERS "")

FILE(GLOB SOURCES *.cpp)
FILE(GLOB HEADERS *.hpp)
SET(SOURCES GeomDecomp.cpp Partition.cpp Rebalance.cpp RebalanceUtils.cpp ZoltanPartition.cpp)
SET(HEADERS GeomDecomp.hpp Partition.hpp Rebalance.hpp RebalanceUtils.hpp ZoltanPartition.hpp)

add_library(albanySTKRebalance ${Albany_LIBRARY_TYPE} ${SOURCES} ${HEADERS})
target_link_libraries(albanySTKRebalance ${Trilinos_LIBRARIES})
Expand Down

0 comments on commit 89991f5

Please sign in to comment.