Commit a3fd8a2331a2afec5225aa08ba3f1265f0e72dba
1 parent
6308a1c0
Exists in
master
and in
81 other branches
prob compilation
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/ExternLib/Maglib/CMakeLists.txt
... | ... | @@ -23,11 +23,11 @@ file( |
23 | 23 | ./* |
24 | 24 | ) |
25 | 25 | |
26 | -ADD_LIBRARY( maglib SHARED ${source_files} ) | |
26 | +ADD_LIBRARY( maglibProcess SHARED ${source_files} ) | |
27 | 27 | |
28 | 28 | |
29 | 29 | target_link_libraries( |
30 | - maglib | |
30 | + maglibProcess | |
31 | 31 | ${LOG4CXX_LIBRARIES} |
32 | 32 | $(MAGLIBLIBRARIES) |
33 | 33 | Parameters | ... | ... |