Skip to content

Chman/LibRaw-cmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibRaw-cmake

Build Status

This is a separate repository for LibRaw CMake support scripts. It is unmaintained by the authors of LibRaw and relies solely on user contributions. The current community-maintainer of this repository is Maik Riechert.

If you wish to contribute to it, please open an issue or submit a pull request in this repository. Do not submit issues or pull requests regarding CMake to the main LibRaw repository. Also, try to keep CMake related discussions out of the main forum, instead use the issues for that.

If you like to become a direct contributor with write permissions to this repository, please contact the LibRaw authors.

How to use

Just copy the contents of this repository into the root LibRaw folder and run cmake as usual.

Add as a submodule

Add this repo and libraw as git submodules:

git submodule add https://github.com/LibRaw/LibRaw-cmake.git

git submodule add https://github.com/LibRaw/LibRaw.git

In your CMakeLists.txt add

add_subdirectory(LibRaw-cmake)
target_link_libraries(ProjectName PRIVATE libraw::libraw)

Set the LIBRAW_PATH CMake variable to point to the LibRaw directory:

cmake -DLIBRAW_PATH=./LibRaw/

About

LibRaw cmake scripts, contributed by users, unmaintained by LibRaw

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 96.7%
  • C++ 3.3%