We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7f758 commit ff003bcCopy full SHA for ff003bc
CMakeLists.txt
@@ -157,8 +157,8 @@ set_target_properties ( liblua PROPERTIES OUTPUT_NAME lua CLEAN_DIRECT_OUTPUT 1
157
add_executable ( lua ${SRC_LUA} src/lua.rc )
158
target_link_libraries ( lua liblua )
159
160
-add_executable ( luac ${SRC_LUAC} src/luac.rc )
161
-target_link_libraries ( luac liblua )
+add_executable ( luac ${SRC_CORE} ${SRC_LIB} ${SRC_LUAC} src/luac.rc )
+target_link_libraries ( luac ${LIBS} )
162
163
install_executable ( lua luac )
164
install_library ( liblua )
0 commit comments