You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
335 B

--- ./src/example/CMakeLists.txt 2014-11-12 17:20:52.000000000 +0100
+++ CMakeListsPatch.txt 2014-11-12 17:26:42.000000000 +0100
@@ -12,6 +12,3 @@
add_executable(stubserversample stubserver.cpp)
target_link_libraries(stubserversample jsonrpc)
-
-add_executable(xbmcremote xbmcremote.cpp)
-target_link_libraries(xbmcremote jsonrpc)