diff options
author | Michel Zou <xantares09@hotmail.com> | 2021-03-15 11:26:44 +0100 |
---|---|---|
committer | Michel Zou <xantares09@hotmail.com> | 2021-04-27 18:37:06 +0200 |
commit | a130887781373f5f29552ee6d7139b99a829512d (patch) | |
tree | 5bbf73ba5c6ff22eb94c258adfde4e1680973e95 /README.md | |
parent | 4b34d7aec9b5db0d99ca653247cfb99fc0deb424 (diff) | |
download | dlfcn-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ target_link_libraries(<target> ${CMAKE_DL_LIBS}) | |||
43 | ... | 43 | ... |
44 | ~~~ | 44 | ~~~ |
45 | 45 | ||
46 | When cross-compiling you might want to set CMAKE_CROSSCOMPILING_EMULATOR to the path of wine to run tests. | ||
47 | |||
46 | Author | 48 | Author |
47 | ------ | 49 | ------ |
48 | 50 | ||