rudix-mac / rudix

Build system target on macOS with precompiled packages
https://rudix.org
BSD 3-Clause "New" or "Revised" License
194 stars 35 forks source link

CMAKE usage #93

Open paaguti opened 5 years ago

paaguti commented 5 years ago

I would like to (re)open the discussion on the building procedure for CMake projects. Using the latest example of things I'm working on. There is this programming language for network devices called P4. One of the components uses CMake in the build process. As you can see around line 100 of

https://github.com/p4lang/tutorials/blob/master/vm/user-bootstrap.sh

they create a directory called build under what in our case would be $(BuilldDir) and then cmake .. to create the Makefiles and build the directory...

IMHO rudix should follow the same principle.