We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a590f commit adf2ab7Copy full SHA for adf2ab7
1 file changed
CMakeLists.txt
@@ -31,6 +31,10 @@ if(NOT TARGET IFEM::Shell)
31
add_subdirectory(Shell)
32
endif()
33
34
+if(VERBOSE_DEBUG GREATER 0)
35
+ target_compile_definitions(Elasticity PUBLIC $<$<CONFIG:Debug>:INT_DEBUG=${VERBOSE_DEBUG}>)
36
+endif()
37
+
38
ifem_add_dependency_dir(
39
APP
40
Elasticity
@@ -488,4 +492,4 @@ ifem_add_doc_target(
488
492
489
493
# Installation
490
494
include(GNUInstallDirs)
491
-install(TARGETS LinEl ShellEl DESTINATION ${CMAKE_INSTALL_BINDIR})
495
+install(TARGETS LinEl ShellEl NonLinEl DESTINATION ${CMAKE_INSTALL_BINDIR})
0 commit comments