I have created a CMakeLists.txt for multi platform builds and included a UNICODE switch. After compilation it will destribute a static lib into a lib folder and destributes all header files into an include folder. I have only tested it on Windows 10 with CMake 3.7 and therefore set the minimum required version to 3.7, but i guess it should also work with the 2.8 version of CMake. Feel free to add it to the project. :)
EDIT: Sorry for the messed up title. I decided to split up my post and forgot to change the title.
Regards
Thomas Bechmann
The CMakeLists.txt, it should be placed in the Source folder:
You are ahead of me in creating CMakeLists.txt :-) Thanks for this great job!
I tested the build on Linux x64 with CMake 3.10 - everything is fine.
I'll try to test with CMake 2.8 and let you know more. Then I will add CMakeLists.txt to the project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have created a CMakeLists.txt for multi platform builds and included a UNICODE switch. After compilation it will destribute a static lib into a lib folder and destributes all header files into an include folder. I have only tested it on Windows 10 with CMake 3.7 and therefore set the minimum required version to 3.7, but i guess it should also work with the 2.8 version of CMake. Feel free to add it to the project. :)
EDIT: Sorry for the messed up title. I decided to split up my post and forgot to change the title.
Regards
Thomas Bechmann
The CMakeLists.txt, it should be placed in the Source folder:
Last edit: Thomas Bechmann 2018-02-09
Hi Thomas,
You are ahead of me in creating CMakeLists.txt :-) Thanks for this great job!
I tested the build on Linux x64 with CMake 3.10 - everything is fine.
I'll try to test with CMake 2.8 and let you know more. Then I will add CMakeLists.txt to the project.
I tested the build with CMake 2.8.12 - all ok.
Thanks again for your help!