Arthur Laurent
Arthur Laurent
meson has "extra_files" to list them
yeah i'm working on it
i'm trying to have only needed flags when building a .cpp, is there a way to add cxxflags to a specific cpp file from build_modules_for_* ?
nice thanks
i need to do the same for clang and gcc now
Weird, all the tests work on my machine. https://asciinema.org/a/0At3VCdO9rQxjcdqaqcMlfFVM Can you show me the command line of src\main.cpp ?
Got a lot of works recently, but i will work on it very soon
Here is the .dir generated by XMake with vcproj and cmake files [_32749551513C4F20840C0B9DCB566890.dir.zip](https://github.com/xmake-io/xmake/files/7523140/_32749551513C4F20840C0B9DCB566890.dir.zip)
Basic detection seem's to work, but no include dir / libs ``` > $env:CMAKE_PREFIX_PATH="C:\Users\arthu\Developpment\qt-creator-plugindev-debug"; xmake l -vD find_package cmake::QtCreator running builtin module find_package with args: dump from _print_vlog @@programdir\plugins\lua\main.lua:55 "cmake::QtCreator"...
i'm continuously testing it as i migrated one of my projet to C++20 modules