mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +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)
|