changed: rename Parser to opmparser for consistency

This commit is contained in:
Arne Morten Kvarving
2015-05-26 13:03:31 +02:00
parent 4ed965bf55
commit 2acd2db5d0
13 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
foreach(tapp TableTests TabdimsTests)
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
LIBRARIES Parser ${Boost_LIBRARIES})
LIBRARIES opmparser ${Boost_LIBRARIES})
endforeach()