Skip to content
Jiří Fatka edited this page Oct 28, 2018 · 2 revisions

The CMake module is implemented according to current implementation of Modules TS in following compilers:

It works in way where adds an extra layer above standard CMake functions for executable, library and library linking. Each module library generates from all source files interface files and store it as a list in CXX_INTERFACE_FILES which is later consumed by executable or another library.

Clone this wiki locally