11 lines
378 B
Plaintext
11 lines
378 B
Plaintext
$OpenBSD: patch-cmake_modules_GrantleeUse_cmake,v 1.1.1.1 2013/03/25 21:08:47 zhuk Exp $
|
|
--- cmake/modules/GrantleeUse.cmake.orig Fri Jan 25 15:03:05 2013
|
|
+++ cmake/modules/GrantleeUse.cmake Fri Jan 25 15:03:17 2013
|
|
@@ -50,5 +50,6 @@ macro(GRANTLEE_ADD_PLUGIN pluginname)
|
|
)
|
|
target_link_libraries(${pluginname}
|
|
grantlee_core
|
|
+ c
|
|
)
|
|
endmacro(GRANTLEE_ADD_PLUGIN)
|