alex1701c / jetbrains-api

This plugin provides the API for the base for the Jetbrains Runner and potential Dolphin plugin
3 stars 2 forks source link

Error when running cmake with latest master #1

Closed lephuongbg closed 4 years ago

lephuongbg commented 4 years ago

I'm trying to update the KRunner plugin to latest version and currently hitting this problem:

CMake Error at src/jetbrains-api/CMakeLists.txt:3 (add_library):
  Cannot find source file:

    Project.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx

CMake Error: Cannot determine link language for target "jetbrains_api_static".
CMake Error: CMake can not determine linker language for target: jetbrains_api_static
alex1701c commented 4 years ago

Sorry for that, forgot to add a new file ^^