Commit Graph

6 Commits

Author SHA1 Message Date
Ubpa
86ad397b39 CMakeLists.txt : add export
make the project to be used from a build directory
reference: https://cmake.org/cmake/help/latest/guide/tutorial/index.html#adding-export-configuration-step-11
2020-11-07 12:23:22 +08:00
Pranav Srinivas Kumar
33101e7972 Closes #73 2020-05-08 14:35:05 -05:00
Bartlomiej Neumann
3b5d4725f6 Fix invalid cmake export configuration
Modify the CMakeLists.txt file to properly generate config file.
The `/include` string part intended for BUILD_INTERFACE was added
after the generator expression itself, which resulted
in extra `/include` path INTERFACE_INCLUDE_DIRECTORIES property
of exported configuration.
2019-05-25 12:40:40 +02:00
Pranav Srinivas Kumar
a5192878c1
Update CMakeLists.txt 2019-04-10 21:18:14 -04:00
Pranav Srinivas Kumar
483e9f2a5a
Fixes issue #5 2019-04-10 07:33:46 -04:00
Daniel Marshall
07f09279ed Add root CMakeLists.txt 2019-04-10 12:14:33 +01:00