|
590bab8f1a
|
cmake: fix build if workdir is outside of CMAKE_BINARY_DIR (#1284)
this e.g. happens if you would try to compile this like this:
cmake -B build
cmake --build build --config Release
|
2020-06-06 12:54:06 +08:00 |
|
|
ad80f042c4
|
cmake: add ARCHIVE rule to the install command (#1282)
|
2020-06-05 10:27:41 +08:00 |
|
|
605cfe8e02
|
cmake: fix static linking due to cyclic deps (#1278)
linking of samples like sample_arm do fail due to cyclic references in
the archives
|
2020-06-04 15:38:40 +08:00 |
|
|
5508d3aa32
|
cmake: fix typo "UNICRON" => "UNICORN" (#1277)
|
2020-06-03 10:13:32 +08:00 |
|
|
db3235a65b
|
cmake: fix Visual Studio build (#1276)
|
2020-06-02 16:04:33 +08:00 |
|
|
582e6968fd
|
cmake: add option to build unicorn as a static library (#1275)
|
2020-06-01 00:00:07 +08:00 |
|
|
d7e61123ac
|
cmake: spacing
|
2020-05-01 20:18:07 +08:00 |
|
|
00bbe2ce7d
|
we do not need Python to build anymore
|
2020-04-30 13:58:33 +08:00 |
|
|
d5f088c85f
|
add host detection in CMakeLists.txt (#1244)
* fix finding python path which only has python3.
* add host detection.
* add ia64, ppc, s390 host detections.
|
2020-04-29 08:47:48 +08:00 |
|
|
8ff326a2a3
|
fix finding python path which only has python3. (#1220)
|
2020-03-06 01:48:53 +08:00 |
|
|
60896de9f4
|
add CMakeList.txt. build windows binary by using vs2019. (#1134)
* add CMakeList.txt. build windows binary by using vs2019.
* remove macro redefinition warning.
* add nmake.bat.
* update CMakeLists.txt. build successfully on Ubuntu-1804-amd64.
* add CMakeList.txt. build windows binary by using vs2019.
* remove macro redefinition warning.
* add nmake.bat.
* update CMakeLists.txt. build successfully on Ubuntu-1804-amd64.
* Add build specific arch option.
* fix old MSVC inline and mipsel macro.
* add install target and option of embeded MSVCRT lib.
* add cmake.sh and document.
* add xwings and chenhuitao as programmer.
* fix COMPILE-CMAKE. rename txt to md.
|
2019-09-08 16:42:43 +08:00 |
|