
When generating the `IMPORTED_CXX_MODULES_[CONFIG]` target property, there was a missing path separator after a non-empty relative directory part of the path to a module source file. Co-authored-by: Brad King <brad.king@kitware.com>
7 lines
75 B
C++
7 lines
75 B
C++
export module subdir_importable;
|
|
|
|
export int from_subdir()
|
|
{
|
|
return 0;
|
|
}
|