mirror of
https://github.com/claunia/clion-custom-defined-compiler-examples.git
synced 2025-12-16 19:24:48 +00:00
Add OpenWatcom 2
This commit is contained in:
6
CMake-OpenWatcom2/CMakeLists.txt
Executable file
6
CMake-OpenWatcom2/CMakeLists.txt
Executable file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(CMake-OpenWatcom2 C)
|
||||
|
||||
set(CMAKE_C_STANDARD 90)
|
||||
|
||||
add_executable(CMake-OpenWatcom2 main.c)
|
||||
Reference in New Issue
Block a user