kernel/eka/euser/CMakeLists.txt
branchanywhere
changeset 93 7c26c0978cbf
parent 92 14c2cc33e762
child 94 f36eb4948686
equal deleted inserted replaced
92:14c2cc33e762 93:7c26c0978cbf
   116 set (sourcepath ../euser/unicode/)
   116 set (sourcepath ../euser/unicode/)
   117 add_source(
   117 add_source(
   118 collate.cpp unicode.cpp unitable.cpp Compare.cpp
   118 collate.cpp unicode.cpp unitable.cpp Compare.cpp
   119 )
   119 )
   120 
   120 
       
   121 
       
   122 #Adding headers
       
   123 set (sourcepath ../include/)
       
   124 add_source(
       
   125 byte_pair_compress.h
       
   126 collate.h
       
   127 cpudefs.h
       
   128 d32btrace.h
       
   129 d32camerasc.h
       
   130 d32comm.h
       
   131 d32ethernet.h
       
   132 d32fir.h
       
   133 d32locd.h
       
   134 d32otgdi.h
       
   135 d32otgdi_errors.h
       
   136 d32public.h
       
   137 d32resmanus.h
       
   138 d32soundsc.h
       
   139 d32usbc.h
       
   140 d32usbcsc.h
       
   141 d32usbcshared.h
       
   142 d32usbdescriptors.h
       
   143 d32usbdi.h
       
   144 d32usbdi_errors.h
       
   145 d32usbdi_hubdriver.h
       
   146 d32usbtransfers.h
       
   147 d32video.h
       
   148 dispchannel.h
       
   149 e32atomics.h
       
   150 e32base.h
       
   151 e32base_private.h
       
   152 e32btrace.h
       
   153 e32capability.h
       
   154 e32cia.h
       
   155 e32cmn.h
       
   156 e32cmn_private.h
       
   157 e32cons.h
       
   158 e32const.h
       
   159 e32const_private.h
       
   160 e32debug.h
       
   161 e32def.h
       
   162 e32def_private.h
       
   163 e32des16.h
       
   164 e32des16_private.h
       
   165 e32des8.h
       
   166 e32des8_private.h
       
   167 e32err.h
       
   168 e32event.h
       
   169 e32event_private.h
       
   170 e32hal.h
       
   171 e32hashtab.h
       
   172 e32huffman.h
       
   173 e32keys.h
       
   174 e32kpan.h
       
   175 e32ktran.h
       
   176 e32lang.h
       
   177 e32ldr.h
       
   178 e32ldr_private.h
       
   179 e32lmsg.h
       
   180 e32math.h
       
   181 e32modes.h
       
   182 e32msgqueue.h
       
   183 e32notif.h
       
   184 e32panic.h
       
   185 e32power.h
       
   186 e32property.h
       
   187 e32reg.h
       
   188 e32rom.h
       
   189 e32shbuf.h
       
   190 e32shbufcmn.h
       
   191 e32shbuf_priv.h
       
   192 e32std.h
       
   193 e32std_private.h
       
   194 e32svr.h
       
   195 e32test.h
       
   196 e32twin.h
       
   197 e32uid.h
       
   198 e32utf.h
       
   199 e32utrace_basic_types.h
       
   200 e32ver.h
       
   201 e32wins.h
       
   202 emulator.h
       
   203 exec_enum.h
       
   204 exec_user.h
       
   205 gcc.h
       
   206 k32keys.h
       
   207 kernperflogger.h
       
   208 nwdl.h
       
   209 opensystemtrace.h
       
   210 opensystemtrace_types.h
       
   211 partitions.h
       
   212 pixelformats.h
       
   213 rm_debug_api.h
       
   214 rpipe.h
       
   215 sm_debug_api.h
       
   216 twintnotifier.h
       
   217 u32exec.h
       
   218 u32hal.h
       
   219 u32property.h
       
   220 u32std.h
       
   221 unicode.h
       
   222 usb.h
       
   223 videodriver.h
       
   224 w32disp.h
       
   225 win32atx.h
       
   226 win32crt.h
       
   227 winsdef.h
       
   228 ws_std.h
       
   229 )
       
   230 
       
   231 
       
   232 
       
   233 
   121 #define our target
   234 #define our target
   122 
   235 
   123 ### EMULATOR: used by euser and kernel for emulation
   236 ### EMULATOR: used by euser and kernel for emulation
   124 add_library (emulator SHARED ../euser/epoc/win32/emulator.cpp) #Compile the KLIB target entry point which is l_entry.cpp:  ../kernel/win32/l_entry.cpp
   237 add_library (emulator SHARED ../euser/epoc/win32/emulator.cpp) #Compile the KLIB target entry point which is l_entry.cpp:  ../kernel/win32/l_entry.cpp
   125 #target_link_libraries(emulator kernel32) #kernel32
   238 #target_link_libraries(emulator kernel32) #kernel32