diff options
| author | root <[email protected]> | 2024-09-26 11:14:06 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-09-26 11:14:06 +0000 |
| commit | 3315428974cee35f0a3b052db6a22cba5c5f3f2f (patch) | |
| tree | 881bba67590fb8f1f98927f9995d9502c8fc6244 /CMakeLists.txt | |
| parent | be3b474f6921c9edb085e78316533577ab37e14f (diff) | |
add temp code
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 42a5bc9..3580e41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ include_directories(/opt/MESA/include/) set(CMAKE_C_STANDARD 11) set(CMAKE_C_FLAGS "-fPIC -Wall") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall") -set(MAAT_DEPEND_DYN_LIB pthread m crypto z fieldstat4) +set(MAAT_DEPEND_DYN_LIB pthread m crypto z fieldstat4 uuid) include_directories(include) #for ASAN |
