Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scivision/cmake-distinct-compilers
CMake project with different compilers for different directories via ExternalProject
https://github.com/scivision/cmake-distinct-compilers
Last synced: 14 days ago
JSON representation
CMake project with different compilers for different directories via ExternalProject
- Host: GitHub
- URL: https://github.com/scivision/cmake-distinct-compilers
- Owner: scivision
- License: mit
- Created: 2023-08-29T01:53:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T01:56:23.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:07:27.430Z (7 months ago)
- Language: CMake
- Homepage: https://discourse.cmake.org/t/cmake-goes-into-an-infinite-loop-when-there-are-two-stand-alone-subprojects-with-two-different-compilers-within-the-same-build
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmake-distinct-compilers
CMake project with different compilers for different directories via ExternalProject
```sh
cmake -Bbuildcmake --build build
cmake --install build
```results in binary files:
```
build/project/subproject01/libsubproject01.so
subproject02/libsubproject02.so
```