mirror of
https://github.com/phodina/ProjectConverter.git
synced 2026-04-30 19:09:16 +08:00
CMake/Makefile project with the GCC compiler toolchain. Parsing of the most important settings from both project formats is done.
7 lines
106 B
Python
7 lines
106 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
class UVPROJXProject (object):
|
|
|
|
def __init__(self):
|
|
|
|
pass |