kernel/eka/CMakeLists.txt
branchanywhere
changeset 22 5c5219488d00
parent 21 af091391d962
child 23 9c130f173b89
equal deleted inserted replaced
21:af091391d962 22:5c5219488d00
    65 ${sourcepath}um_asin.cpp ${sourcepath}um_atan.cpp ${sourcepath}um_dtor.cpp ${sourcepath}um_exp.cpp
    65 ${sourcepath}um_asin.cpp ${sourcepath}um_atan.cpp ${sourcepath}um_dtor.cpp ${sourcepath}um_exp.cpp
    66 ${sourcepath}um_frac.cpp ${sourcepath}um_int.cpp ${sourcepath}um_ln.cpp ${sourcepath}um_log.cpp
    66 ${sourcepath}um_frac.cpp ${sourcepath}um_int.cpp ${sourcepath}um_ln.cpp ${sourcepath}um_log.cpp
    67 ${sourcepath}um_mod.cpp ${sourcepath}um_pow.cpp ${sourcepath}um_pow10.cpp
    67 ${sourcepath}um_mod.cpp ${sourcepath}um_pow.cpp ${sourcepath}um_pow10.cpp
    68 ${sourcepath}um_rand.cpp ${sourcepath}um_rtod.cpp ${sourcepath}um_sin.cpp ${sourcepath}um_spec.cpp
    68 ${sourcepath}um_rand.cpp ${sourcepath}um_rtod.cpp ${sourcepath}um_sin.cpp ${sourcepath}um_spec.cpp
    69 ${sourcepath}um_sqrt.cpp ${sourcepath}um_tan.cpp ${sourcepath}um_utl.cpp
    69 ${sourcepath}um_sqrt.cpp ${sourcepath}um_tan.cpp ${sourcepath}um_utl.cpp
       
    70 ./euser/epoc/win32/uc_i64.cpp
       
    71 ./euser/epoc/win32/uc_dll.cpp
    70 )
    72 )
       
    73 
    71 
    74 
    72 #Adding the sources from epoc/win32
    75 #Adding the sources from epoc/win32
    73 set (sourcepath ./euser/epoc/win32/)
    76 set (sourcepath ./euser/epoc/win32/)
    74 set (source ${source}
    77 set (source ${source}
    75 ${sourcepath}uc_i64.cpp ${sourcepath}uc_realx.cpp
    78 ${sourcepath}uc_i64.cpp ${sourcepath}uc_realx.cpp
    95 add_library (euser SHARED ${source})
    98 add_library (euser SHARED ${source})
    96 target_link_libraries(euser emulator)
    99 target_link_libraries(euser emulator)
    97 
   100 
    98 add_library (estub ./euser/epoc/win32/uc_stub.cpp)
   101 add_library (estub ./euser/epoc/win32/uc_stub.cpp)
    99 
   102 
   100 add_executable(epoc ./euser/epoc/win32/uc_epoc.cpp)
   103 #No need for emulator here
   101 target_link_libraries(epoc estub euser)
   104 #add_executable(epoc ./euser/epoc/win32/uc_epoc.cpp)
       
   105 #target_link_libraries(epoc estub euser)
   102 
   106 
   103 
   107 
   104 
   108 
   105 
   109 
   106 
   110