makefile
来自「This software aims to create an applet a」· 代码 · 共 24 行
TXT
24 行
#
# Makefile
#
# $Id: //poco/Main/Util/testsuite/Makefile#2 $
#
# Makefile for Poco Util testsuite
#
include $(POCO_BASE)/build/rules/global
objects = AbstractConfigurationTest ConfigurationTestSuite \
ConfigurationMapperTest ConfigurationViewTest Driver \
HelpFormatterTest IniFileConfigurationTest LayeredConfigurationTest \
LoggingConfiguratorTest MapConfigurationTest \
OptionProcessorTest OptionSetTest OptionTest \
OptionsTestSuite PropertyFileConfigurationTest \
SystemConfigurationTest UtilTestSuite XMLConfigurationTest
target = testrunner
target_version = 1
target_libs = PocoUtil PocoFoundation PocoXML CppUnit
include $(POCO_BASE)/build/rules/exec
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?