swap common and core?

master
Rider Linden 2015-08-17 14:45:52 -07:00
parent feff6adea6
commit fc2e9ec3db
1 changed files with 1 additions and 1 deletions

View File

@ -34,8 +34,8 @@ INCLUDE(GoogleMock)
# needed by the test harness itself
${APRUTIL_LIBRARIES}
${APR_LIBRARIES}
llcorehttp
llcommon
llcorehttp
)
IF(NOT "${project}" STREQUAL "llmath")
# add llmath as a dep unless the tested module *is* llmath!