We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a5221 commit 9f09db6Copy full SHA for 9f09db6
CMakeLists.txt
@@ -55,8 +55,8 @@ endif()
55
56
add_subdirectory(third-party/${EMMY_LUA_DIR})
57
add_subdirectory(third-party/libuv-1.29.0)
58
-add_subdirectory(emmy_tool)
59
add_subdirectory(emmy_core)
60
if(WIN32)
+ add_subdirectory(emmy_tool)
61
add_subdirectory(third-party/EasyHook)
62
endif(WIN32)
0 commit comments