toeb / cmakepp

An Enhancement Suite for the CMake Build System
Other
433 stars 37 forks source link

rework function handling #82

Open toeb opened 9 years ago

toeb commented 9 years ago

currently function_import , call assign are based on the old function calling mechanism this needs to be reworked: callable and call2 shoudl become the new standard form of calling functions as they are much faster.