mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-02 21:00:34 +05:00
+# Executables targets
+bin_PROGRAMS = SMDS_MemoryLimit +dist_SMDS_MemoryLimit_SOURCES = \ + SMDS_MemoryLimit.cxx +SMDS_MemoryLimit_LDADD = \ + $(KERNEL_LDFLAGS) -lSALOMELocalTrace
This commit is contained in:
parent
490be5a7f0
commit
8d825b71d3
@ -104,3 +104,11 @@ libSMDS_la_CPPFLAGS = \
|
||||
libSMDS_la_LDFLAGS = \
|
||||
$(KERNEL_LDFLAGS) -lSALOMELocalTrace \
|
||||
$(CAS_KERNEL)
|
||||
|
||||
# Executables targets
|
||||
bin_PROGRAMS = SMDS_MemoryLimit
|
||||
dist_SMDS_MemoryLimit_SOURCES = \
|
||||
SMDS_MemoryLimit.cxx
|
||||
|
||||
SMDS_MemoryLimit_LDADD = \
|
||||
$(KERNEL_LDFLAGS) -lSALOMELocalTrace
|
||||
|
Loading…
Reference in New Issue
Block a user