mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 02:06:34 +00:00
cdde77e5f6
Migrate from the old `<os>-<cc>.cmake` layout to the modern `<os>-<id>-<lang>.cmake` layout. Keep settings common to C and C++ in a `Windows-OpenWatcom.cmake` helper module with an include blocker. For now just add both C and CXX settings in the helper module.
2 lines
41 B
CMake
2 lines
41 B
CMake
include(Platform/Windows-OpenWatcom-CXX)
|