Unrud / remote-touchpad

Control mouse and keyboard from a smartphone
GNU General Public License v3.0
526 stars 50 forks source link

CMakeLists.txt is missing #53

Closed athmanenaciri closed 9 months ago

athmanenaciri commented 1 year ago

Title: Issue with CMakeLists.txt file in remote-touchpad repository

Description: I am attempting to build the remote-touchpad software on my Manjaro Linux system, but I am encountering an error related to the CMakeLists.txt file. When I run the cmake command in the remote-touchpad directory, I receive the following error message: " CMake Error: The source directory "/home/myuser/Desktop/remote-touchpad" does not appear to contain CMakeLists.txt." However, when I navigate to the remote-touchpad directory, I cannot find the CMakeLists.txt file.

Steps to reproduce:

  1. Download the remote-touchpad source code from the GitHub repository (https://github.com/Unrud/remote-touchpad.git)
  2. Navigate to the remote-touchpad directory and run the cmake command: "cmake ."
  3. Receive the error message: "CMake Error: The source directory "/home/myuser/Desktop/remote-touchpad" does not appear to contain CMakeLists.txt."
  4. Navigate to the remote-touchpad directory and check for the presence of CMakeLists.txt.

Expected result: The cmake command should be able to find the CMakeLists.txt file in the remote-touchpad directory and build the software successfully.

Actual result: The CMakeLists.txt file is missing from the remote-touchpad directory, causing the cmake command to fail.

Additional information:

Please let me know if there is any additional information I can provide to help resolve this issue. Thank you.

Unrud commented 1 year ago

The project does not use cmake, so there is no CMakeLists.txt. You can compile it with go.