mirror of
https://github.com/openappsec/openappsec.git
synced 2025-07-12 05:24:44 +03:00
6 lines
134 B
CMake
Executable File
6 lines
134 B
CMake
Executable File
add_definitions(-DUSERSPACE)
|
|
|
|
add_library(http_transaction_data http_transaction_data.cc)
|
|
|
|
add_subdirectory(http_transaction_data_ut)
|