aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e256ee8..3263bbb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -47,9 +47,10 @@ set(srclist
plugin.h
)
-if(Breakpad)
- link_directories("${BREAKPAD_LIBRARY_DIRS}")
-endif()
+# if you are using a custom build location for breakpad:
+#if(Breakpad)
+# link_directories("${BREAKPAD_LIBRARY_DIRS}")
+#endif()
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
add_executable(${poi_exe} WIN32 ${srclist} ${PROJECT_SOURCE_DIR}/data/windows.rc)