cmake-d icon indicating copy to clipboard operation
cmake-d copied to clipboard

cmake for D2

Results 4 cmake-d issues
Sort by recently updated
recently updated
newest added

Here is how to replicate the issue: ~~~ #cd to the testing directory mkdir build_dir cd build_dir cmake -DCMAKE_MODULE_PATH:PATH=/cmake-d .. make all >& all.out # grep for "Could" to cut...

Hi, I'm working with @trentforkert on getting full D support into CMake (e.g., VisualD support, proper dependency management/discovery, and other things). I was wondering whether you'd be interested in bringing...

Hi, Using yout test and adding SHARED into lib_1 CMakeLists.txt with ldc2, I got the following error: ``` Scanning dependencies of target lib_1 [ 25%] Building D object lib_1/CMakeFiles/lib_1.dir/lib_1.o [...