mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Exclude CMakeFiles from header installation path
This commit is contained in:
parent
8ac17d99a1
commit
3ed59249ba
1 changed files with 1 additions and 0 deletions
|
@ -428,6 +428,7 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/
|
|||
PATTERN "*.bif.func_h"
|
||||
PATTERN "*.bif.netvar_h"
|
||||
PATTERN "*.bif.h"
|
||||
PATTERN "CMakeFiles" EXCLUDE
|
||||
)
|
||||
|
||||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/sqlite3.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue