make include private
This commit is contained in:
parent
d0e818939a
commit
4a9ac7ac1a
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ add_library(crc32 SHARED
|
|||
${CRC32_SOURCES}
|
||||
)
|
||||
|
||||
include_directories(libcrc-2.0/include)
|
||||
target_include_directories(crc16 PRIVATE libcrc-2.0/include)
|
||||
target_include_directories(crc32 PRIVATE libcrc-2.0/include)
|
||||
|
||||
install(TARGETS crc16 DESTINATION share/checkbrute/plugins)
|
||||
install(TARGETS crc32 DESTINATION share/checkbrute/plugins)
|
||||
|
|
Loading…
Reference in a new issue