aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump policy_max in cmake_minimum_required to 3.10traversaro-patch-2Silvio Traversaro11 days1-1/+1
* Merge pull request #99 from xantares/wineSilvio Traversaro2021-04-291-17/+4
|\
| * cmake: use CROSSCOMPILING_EMULATORMichel Zou2021-04-271-17/+4
* | CMake: Bumpr versionxantares2021-04-271-1/+1
|/
* cmake: add support to build test-dladdr on unix like osRalf Habacker2021-01-171-1/+3
* cmake: Keep warning in sync with Makefile based build systemRalf Habacker2020-11-091-0/+6
* Add cmake building support to Travis CIRalf Habacker2020-11-091-1/+1
* cmake: add option ENABLE_WINE to enable support for running cross compiled te...Ralf Habacker2020-11-091-1/+20
* cmake: Let make target 'test' be accessable from topmost build directoryRalf Habacker2020-11-091-1/+2
* cmake: place all generated binaries into one placeRalf Habacker2020-11-021-0/+4
* Move cmake targets into sub directoriesRalf Habacker2020-09-141-55/+3
* Update minimum required cmake version to 2.8.11 to simplify codeRalf Habacker2020-09-141-30/+25
* Load Psapi.dll at runtime, this avoids linking caveatPali Rohár2019-05-061-1/+0
* Implement support for dlsym() with RTLD_DEFAULT and RTLD_NEXTPali Rohár2019-02-141-0/+3
* Fix resolving global symbols when LoadLibrary() is called after dlopen()Pali Rohár2019-02-141-0/+2
* Add CMake code to export a CMake config fileSilvio2016-12-271-2/+36
* Removed wine detectionxantares2016-03-231-5/+1
* Add linked modules to a separate global listTimothy Gu2015-03-151-0/+1
* Define SHARED when building shared libraryTimothy Gu2015-03-151-0/+4
* set CMAKE_BUILD_TYPE defaultxantares2015-03-121-2/+6
* Initial cmake portxantares2014-09-231-0/+30