You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -119,14 +119,14 @@ As of RetDec version 4.0 you can easily use various RetDec libraries in your pro
119
119
If you installed RetDec into a standard installation location of your system (e.g. `/usr`, `/usr/local`), all you need to do in order to use its components is:
120
120
121
121
```cmake
122
-
find_package(retdec 4.0 REQUIRED
123
-
COMPONENTS
124
-
<component>
122
+
find_package(retdec 4.0 REQUIRED
123
+
COMPONENTS
124
+
<component>
125
125
[...]
126
126
)
127
-
target_link_libraries(your-project
128
-
PUBLIC
129
-
retdec::<component>
127
+
target_link_libraries(your-project
128
+
PUBLIC
129
+
retdec::<component>
130
130
[...]
131
131
)
132
132
```
@@ -137,7 +137,7 @@ If you did not install RetDec somewhere where it can be automatically discovered
0 commit comments