Skip to content
Snippets Groups Projects
Commit 2a79406a authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[AsmL] Tabs to whitespaces.

parent 26f6e945
No related branches found
No related tags found
No related merge requests found
......@@ -8,12 +8,12 @@ set(SOURCES ${SOURCES_ASSEMBLERLIB})
add_library(AssemblerLib STATIC ${SOURCES})
target_link_libraries(AssemblerLib
MeshLib
MeshLib
)
if(TARGET Eigen)
add_dependencies(AssemblerLib Eigen)
add_dependencies(AssemblerLib Eigen)
endif()
if(TARGET Boost)
add_dependencies(AssemblerLib Boost)
add_dependencies(AssemblerLib Boost)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment