Trying to sort out our issue with ekern DLL not found at runtime. The CMake install command is not what we are looking for I think. anywhere
authorSlion
Thu, 07 Jan 2010 01:56:11 +0100
branchanywhere
changeset 26 01da090338f9
parent 25 57330c35d3d7
child 27 cf41e127747a
Trying to sort out our issue with ekern DLL not found at runtime. The CMake install command is not what we are looking for I think.
kernel/eka/kernel/CMakeLists.txt
--- a/kernel/eka/kernel/CMakeLists.txt	Thu Jan 07 01:23:42 2010 +0100
+++ b/kernel/eka/kernel/CMakeLists.txt	Thu Jan 07 01:56:11 2010 +0100
@@ -119,7 +119,8 @@
 #add_executable(ekern ${source})
 add_library(ekern SHARED ${source})
 add_dependencies(ekern genexec emulator)
-				
+#install(TARGETS ekern DESTINATION ./symbian/bin)
+