Skip to content

Commit 246cb1b

Browse files
committed
Remove ifdef inside cpp
1 parent 4f3c101 commit 246cb1b

File tree

292 files changed

+1243
-1218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+1243
-1218
lines changed

Common++/CMakeLists.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ add_library(
1212
src/TablePrinter.cpp)
1313

1414
set(public_headers
15-
header/DeprecationUtils.h
16-
header/GeneralUtils.h
17-
header/IpAddress.h
18-
header/IpAddressUtils.h
19-
header/IpUtils.h
20-
header/Logger.h
21-
header/LRUList.h
22-
header/MacAddress.h
23-
header/OUILookup.h
24-
header/PcapPlusPlusVersion.h
25-
header/PointerVector.h
26-
header/SystemUtils.h
27-
header/TablePrinter.h
28-
header/TimespecTimeval.h)
15+
header/pcapplusplus/DeprecationUtils.h
16+
header/pcapplusplus/GeneralUtils.h
17+
header/pcapplusplus/IpAddress.h
18+
header/pcapplusplus/IpAddressUtils.h
19+
header/pcapplusplus/IpUtils.h
20+
header/pcapplusplus/Logger.h
21+
header/pcapplusplus/LRUList.h
22+
header/pcapplusplus/MacAddress.h
23+
header/pcapplusplus/OUILookup.h
24+
header/pcapplusplus/PcapPlusPlusVersion.h
25+
header/pcapplusplus/PointerVector.h
26+
header/pcapplusplus/SystemUtils.h
27+
header/pcapplusplus/TablePrinter.h
28+
header/pcapplusplus/TimespecTimeval.h)
2929

3030
# Set the public header that will be installed
3131
set_property(TARGET Common++ PROPERTY PUBLIC_HEADER ${public_headers})
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)