Y
Hacker News
new
|
ask
|
show
|
jobs
by
thesuperbigfrog
816 days ago
>> C++ supports a hundred times as many compilation targets and platforms.
I would not want to be the one writing
that
CMakeLists.txt
1 comments
helloiamsomeone
815 days ago
If you are hardcoding anything platform related into your CML, you are doing that wrong. The default path must not be anything other than build and usage requirements. To support more usecases with CMake, you have to write less of it.
link