Skip to content

Commit cad4534

Browse files
author
root
committed
dcdate: cmake list change build target to be the project name
1 parent 9046b46 commit cad4534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dcdate/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(PRJDIR ${PROJECT_SOURCE_DIR}/${PRJNAME})
33

44
set(INCDIRS ${PRJNAME})
55
#set(DEPS)
6-
set(SRCFILES dcdate.c)
6+
set(SRCFILES ${PRJNAME}.c)
77
#set(INCFILES " ")
88
#set(LIBS " ")
99
set(LFLAGS " ")

0 commit comments

Comments
 (0)