Line 0
Link Here
|
|
|
1 |
--- xbmc/cores/DllLoader/exports/CMakeLists.txt.orig 2014-10-08 18:00:51.823721381 +0800 |
2 |
+++ xbmc/cores/DllLoader/exports/CMakeLists.txt 2014-10-08 18:02:14.180717312 +0800 |
3 |
@@ -2,7 +2,7 @@ |
4 |
find_all_sources(util exports_util_SRCS) |
5 |
if(NOT WIN32) |
6 |
list(REMOVE_ITEM exports_SRCS ./win32-dirent.cpp) |
7 |
- add_library(wrapper STATIC wrapper.c) |
8 |
+ add_library(wrapper STATIC ${exports_SRCS} ${exports_util_SRCS}) |
9 |
else(NOT WIN32) |
10 |
list(REMOVE_ITEM exports_SRCS ./wrapper.c) |
11 |
find_all_sources(emu_socket socket_SRCS) |