Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed: missing version.h when installing on windows
  • Loading branch information
opdenkamp committed Jul 3, 2015
1 parent 7e68bd3 commit 748b896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/libCEC.nsi
Expand Up @@ -151,6 +151,7 @@ Section "libCEC" SecLibCec
; Copy the headers
SetOutPath "$INSTDIR\include"
File /r /x *.so "..\include\cec*.*"
File /r /x *.so "..\include\version.h"
SectionEnd

Section "CEC Debug Client" SecCecClient
Expand Down

0 comments on commit 748b896

Please sign in to comment.