formating conanfile.py
This commit is contained in:
parent
ef791f7a8a
commit
412e9a69d0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class NameofConan(ConanFile):
|
|||
author = 'Daniil Goncharov <neargye@gmail.com>'
|
||||
license = 'MIT'
|
||||
generators = 'cmake_find_package'
|
||||
exports_sources = ['example/*','include/*','test/*','CMakeLists.txt','LICENSE']
|
||||
exports_sources = ['example/*', 'include/*', 'test/*', 'CMakeLists.txt', 'LICENSE']
|
||||
exports = ['LICENSE.md']
|
||||
_build_subfolder = 'build_subfolder'
|
||||
build_requires = []
|
||||
|
|
Loading…
Reference in a new issue