project(Foo CXX) set(CMAKE_VERBOSE_MAKEFILE TRUE) cmake_minimum_required(VERSION 2.8) include_directories(inc) # epoc32/include # uid 0x100039ce 0xa000017f # # secureid 0xa000017f # epocstacksize 0x5000 set(srcs src/helloworldbasic.cpp src/helloworldbasicapplication.cpp src/helloworldbasicappview.cpp src/helloworldbasicappui.cpp src/helloworldbasicdocument.cpp ) if(TARGET euser) message(STATUS "*************** got euser") else(TARGET euser) message(STATUS "*************** missing euser") endif(TARGET euser) symbian_add_executable(helloworld ${srcs} ) target_link_libraries(helloworld euser apparc cone eikcore avkon commonengine efsrv estor ) #target_link_libraries(helloworld euser.lib # apparc.lib # cone.lib # eikcore.lib # avkon.lib # commonengine.lib # efsrv.lib # estor.lib )