aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichel Zou <xantares09@hotmail.com>2021-03-15 11:26:44 +0100
committerMichel Zou <xantares09@hotmail.com>2021-04-27 18:37:06 +0200
commita130887781373f5f29552ee6d7139b99a829512d (patch)
tree5bbf73ba5c6ff22eb94c258adfde4e1680973e95 /README.md
parent4b34d7aec9b5db0d99ca653247cfb99fc0deb424 (diff)
downloaddlfcn-win32-a130887781373f5f29552ee6d7139b99a829512d.tar.gz
dlfcn-win32-a130887781373f5f29552ee6d7139b99a829512d.tar.bz2
dlfcn-win32-a130887781373f5f29552ee6d7139b99a829512d.zip
cmake: use CROSSCOMPILING_EMULATOR
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9424e3c..c4ea414 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,8 @@ target_link_libraries(<target> ${CMAKE_DL_LIBS})
43... 43...
44~~~ 44~~~
45 45
46When cross-compiling you might want to set CMAKE_CROSSCOMPILING_EMULATOR to the path of wine to run tests.
47
46Author 48Author
47------ 49------
48 50