12 lines
331 B
Diff
12 lines
331 B
Diff
|
--- CMakeLists.txt.orig
|
||
|
+++ CMakeLists.txt
|
||
|
@@ -157,7 +157,7 @@
|
||
|
set(name ${LIB_NAME})
|
||
|
set ( BINDIR console )
|
||
|
add_executable( ${name} ${BINDIR}/tidy.c )
|
||
|
-target_link_libraries( ${name} ${add_LIBS} )
|
||
|
+target_link_libraries( ${name} tidy-share )
|
||
|
if (MSVC)
|
||
|
set_target_properties( ${name} PROPERTIES DEBUG_POSTFIX d )
|
||
|
endif ()
|