Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it spelled correctly?:

cmake_minimum_required (VERSION 2.6)
project (Pmars)
add_executable(Pmars pmars-0.9.2.cxx)

What do I need to add further?

What I have tried:

I am trying to build a game pmars-0.9.2 on Ubuntu 18.04.3 LTS i just did not have the only component of the Gmock assembly and the CMakeLists.txt file attached to it. I originally read the Cmake manual of the build sequence at https://cmake.org/cmake-tutorial/ and am now trying to write it gradually. Is there anyone who can help me finish the rest of the file steps? Has anyone already compiled pmars?
Posted
Updated 23-Sep-19 8:11am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900