Skip to content

Commit 9f09db6

Browse files
committed
CMakeLists.txt
1 parent 36a5221 commit 9f09db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ endif()
5555

5656
add_subdirectory(third-party/${EMMY_LUA_DIR})
5757
add_subdirectory(third-party/libuv-1.29.0)
58-
add_subdirectory(emmy_tool)
5958
add_subdirectory(emmy_core)
6059
if(WIN32)
60+
add_subdirectory(emmy_tool)
6161
add_subdirectory(third-party/EasyHook)
6262
endif(WIN32)

0 commit comments

Comments
 (0)