File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11# EmmyLuaDebugger
22OS | CI status
33---------- | ----------
4- MAC|[ ![ Build Status] ( https://travis-ci.org/EmmyLua/EmmyLuaDebugger.svg?branch=master )] ( https://travis-ci.org/EmmyLua/EmmyLuaDebugger )
4+ MAC & Linux |[ ![ Build Status] ( https://travis-ci.org/EmmyLua/EmmyLuaDebugger.svg?branch=master )] ( https://travis-ci.org/EmmyLua/EmmyLuaDebugger )
55Windows|[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/dp7yb09v07lq80t7?svg=true )] ( https://ci.appveyor.com/project/EmmyLua/emmyluadebugger )
Original file line number Diff line number Diff line change @@ -66,13 +66,19 @@ if(WIN32)
6666 target_compile_definitions (emmy_hook PRIVATE EMMY_BUILD_AS_HOOK)
6767 add_dependencies (emmy_hook EasyHook uv_a)
6868 target_link_libraries (emmy_hook EasyHook uv_a)
69+
70+ install (
71+ TARGETS emmy_core emmy_hook
72+ LIBRARY DESTINATION bin
73+ RUNTIME DESTINATION bin
74+ )
6975else (WIN32 )
7076 add_dependencies (emmy_core ${LINK_LIBRARIES} )
7177 target_link_libraries (emmy_core ${LINK_LIBRARIES} )
72- endif (WIN32 )
7378
74- install (
75- TARGETS emmy_core emmy_hook
76- LIBRARY DESTINATION bin
77- RUNTIME DESTINATION bin
78- )
79+ install (
80+ TARGETS emmy_core
81+ LIBRARY DESTINATION bin
82+ RUNTIME DESTINATION bin
83+ )
84+ endif (WIN32 )
You can’t perform that action at this time.
0 commit comments