/
jiteman
/
jsd-foreign-libreoffice-cppunit
Обзор
Документация
Войти
/
jiteman
/
jsd-foreign-libreoffice-cppunit
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/DllPlugInTester/Makefile.am
26 строк
620 B
jiteman
initial commit has been done
14 апр 2024, 15:49
14 апр 2024, 15:49
4c53812
Код
Авторство
О чём код?
EXTRA_DIST = DllPlugInTester.vcxproj AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include bin_PROGRAMS = DllPlugInTester TESTS = DllPlugInTesterTest check_PROGRAMS = $(TESTS) DllPlugInTester_SOURCES= DllPlugInTester.cpp \ CommandLineParser.h \ CommandLineParser.cpp DllPlugInTester_LDADD= \ $(top_builddir)/src/cppunit/libcppunit.la \ $(LIBADD_DL) DllPlugInTesterTest_SOURCES = DllPlugInTesterTest.cpp \ CommandLineParser.cpp \ CommandLineParser.h \ CommandLineParserTest.cpp \ CommandLineParserTest.h DllPlugInTesterTest_LDADD= \ $(top_builddir)/src/cppunit/libcppunit.la \ $(LIBADD_DL)