cmkr icon indicating copy to clipboard operation
cmkr copied to clipboard

Modern build system based on CMake and TOML.

Results 59 cmkr issues
Sort by recently updated
recently updated
newest added

Would be nice to support this: ```toml [project] name = "foo" include-after = "bar.cmake" ```

feature

If you manually create a `v1.2.3` tag from the command line the release will be the incorrect version and this breaks things.

bug

- Clean vm - Install CLion (with Mingw) - Use cmkr Supposedly it explodes.

bug

Add an option to use `cmkr.exe` from the repository: ```cmake set(CMKR_PREBUILT_PATH "${CMAKE_PROJECT_SOURCE_DIR}") ``` This should use `${CMAKE_PROJECT_SOURCE_DIR}/cmkr.exe` instead of cloning from git. If the prebuilt is not found it should...

feature

Should perhaps be: > Unknown key 'compile-feature', did you mean 'compile-features'

enhancement

![image](https://user-images.githubusercontent.com/2458265/210106416-4878ef49-c02a-4661-85a8-572833275efe.png) This could be handled better by redirecting the cmkr stdout and printing with `message(FATAL_ERROR ...)`. Perhaps CLion also recognizes a syntax to link to the `cmake.toml` file?

enhancement

```toml # Reference: https://build-cpp.github.io/cmkr/cmake-toml [project] name = "ConsoleApplication1" # TODO: define a target for each of your executables/libraries like this: #[target.myexecutable] #type = "executable" # static, shared #sources = ["src/ConsoleApplication1/*.cpp",...

bug

I want to copy a dll generated by a subdirectory into the path of my main binary. Is this possible with cmkr? If not pls implement

feature

Before calling `source_group` make sure that the files are actually in a subfolder of the repository.

bug