From 6a9a892628812f7dc01638d653a14c4078d21e68 Mon Sep 17 00:00:00 2001 From: merlinthered Date: Tue, 27 Sep 2016 08:35:44 +0200 Subject: [PATCH] Readme fixes/clarifications for CMake Fixed name of BACKWARD_ENABLE variable Changed "myproject" to "mytarget" to avoid confusion --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2de81c..be4993f 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ you the trouble, you can easily integrate Backward: add_subdirectory(/path/to/backward-cpp) # This will add backward.cpp to your target -add_executable(myproject mysource.cpp ${backward_ENABLE}) +add_executable(mytarget mysource.cpp ${BACKWARD_ENABLE}) # This will add libraries, definitions and include directories needed by backward -add_backward(myproject) +add_backward(mytarget) ``` ### Compile with debug info