Fix mcpp library reference in CMakeLists.txt

This commit is contained in:
Benau 2020-08-24 01:09:47 +08:00
parent 7b4d1dca6b
commit 029af89d36

View File

@ -615,7 +615,7 @@ target_link_libraries(supertuxkart
${Angelscript_LIBRARIES}
${CURL_LIBRARIES}
${LIBRESOLV_LIBRARY}
mcpp
${MCPP_LIBRARY}
)
if (USE_SQLITE3)