Skip to content
Snippets Groups Projects
Commit 6df50e2d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMake lib plot + boost/format

parent 940e1b01
No related branches found
No related tags found
Loading
Pipeline #31192 failed
...@@ -4,7 +4,7 @@ set(library_name fridaplot) ...@@ -4,7 +4,7 @@ set(library_name fridaplot)
set(${library_name}_LIBRARY ${library_name} PARENT_SCOPE) set(${library_name}_LIBRARY ${library_name} PARENT_SCOPE)
set(${library_name}_LIBRARY_TYPE SHARED) set(${library_name}_LIBRARY_TYPE SHARED)
include_directories(${Frida_SOURCE_DIR}/plot ${CMAKE_CURRENT_BINARY_DIR}) include_directories(${Frida_SOURCE_DIR}/plot ${CMAKE_CURRENT_BINARY_DIR} ${Boost_INCLUDE_DIRS})
set(src_files set(src_files
axis.cpp axis.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment