Skip to content

Commit

Permalink
dcdate: cmake list change build target to be the project name
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 12, 2012
1 parent 9046b46 commit cad4534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcdate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(PRJDIR ${PROJECT_SOURCE_DIR}/${PRJNAME})

set(INCDIRS ${PRJNAME})
#set(DEPS)
set(SRCFILES dcdate.c)
set(SRCFILES ${PRJNAME}.c)
#set(INCFILES " ")
#set(LIBS " ")
set(LFLAGS " ")
Expand Down

0 comments on commit cad4534

Please sign in to comment.