📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in
exampledir=${datadir}/@PACKAGE@/Examples/Automated
if ENABLE_EXAMPLES
if ENABLE_AUTOMATED
example_PROGRAMS = AutomatedTest
AutomatedTest_SOURCES = AutomatedTest.c AutomatedTest.h
AutomatedTest_LDADD = -lcunit -lcunitexamples
AutomatedTest_LDFLAGS = -L.. -lm
INCLUDES = -I..
if ENABLE_CURSES
AutomatedTest_LDADD += -l$(CURSES_LIB)
endif
example_DATA = README
endif
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -