cpack works
This commit is contained in:
parent
7ebb8f405b
commit
42d780621d
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
### 1) Set all needed source files for the project
|
||||
######################################################################################
|
||||
|
||||
FILE(GLOB HDRS *.h do)
|
||||
INSTALL(FILES ${HDRS} DESTINATION include/do COMPONENT headers)
|
||||
|
||||
FILE(GLOB SOURCES *.cpp)
|
||||
|
||||
SET(SAMPLE_SRCS ${SOURCES} PARENT_SCOPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue