Git Product home page Git Product logo

imb / cmake Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kitware/cmake

1.0 1.0 1.0 22.38 MB

Work on a Cross Platform C# Generator. See the wiki for more details.

Home Page: http://www.cmake.org

License: Other

Lua 0.01% Java 0.01% Objective-C 0.01% Ruby 0.01% PHP 0.01% Fortran 0.02% Tcl 0.02% Perl 0.04% Vim Script 0.06% Emacs Lisp 0.09% Shell 0.10% Python 0.15% C++ 41.80% C 57.68%

cmake's People

Contributors

alinelena avatar bcd123 avatar berkgeveci avatar billhoffman avatar bradking avatar cryos avatar cwatzl avatar cwharvey avatar dlrdave avatar douggregor avatar fbertelatkitware avatar geoffreycross avatar jamesbigler avatar jbigler-nvidia avatar jeffbaumes avatar karthikkrishnan avatar krajaratnam avatar kwrobot avatar malaterre avatar miguelf avatar neundorf avatar pathscale avatar pdl3 avatar seanm avatar sebastienbarre avatar theerk avatar utkarshayachit avatar wschroed avatar zachmullen avatar zackgalbreath avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

cmake's Issues

Handle different CMAKE configurations

At the moment I was driving at "get it working". Now it would be nice to generate different configurations using the standard set of CMAKE configurations

Debug
Release
MinSizeRel
RelWithDebInfo

create csproj

Currently there is some stub code available. The basic idea as it stands now is to fork along the same lines of the fortran projects.

copy assemblies to final output directory

This is what you normally do for a csproj, so rather than having to add

SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${EXECUTABLE_OUTPUT_PATH})

copy the .dll files automatically into the EXE output directory.

csproj in Express Edition can't have vcproj utilities

When generating for an Express Edition, you can't mix the .csproj with the ALL_BUILD.vcproj and ZERO_CHECK.vcproj utility targets.

There are two parts to this bug:

  1. Figure out how to figure out it is an express edition.
  2. Figure out how to create .csproj utility targets.

Properly handle Mono

First lets build the test suite with Mono (any framework), then lets try to target the different frameworks (once we figure out how to select them via the generator).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.