Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YGOPRO-520DIY
ygopro
Commits
5009c68e
Commit
5009c68e
authored
May 11, 2020
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: make lua as a dependency of ocgcore
parent
032b1f73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
gframe/CMakeLists.txt
gframe/CMakeLists.txt
+1
-2
ocgcore
ocgcore
+1
-1
No files found.
gframe/CMakeLists.txt
View file @
5009c68e
...
@@ -28,7 +28,7 @@ endif ()
...
@@ -28,7 +28,7 @@ endif ()
target_link_libraries
(
ygopro ocgcore clzma
)
target_link_libraries
(
ygopro ocgcore clzma
)
if
(
MSVC
)
if
(
MSVC
)
target_link_libraries
(
ygopro irrlicht freetype sqlite3 event
lua
)
target_link_libraries
(
ygopro irrlicht freetype sqlite3 event
)
include_directories
(
"../irrlicht/include"
"../freetype/include"
"../event/include"
"../sqlite3"
)
include_directories
(
"../irrlicht/include"
"../freetype/include"
"../event/include"
"../sqlite3"
)
else
()
else
()
target_link_libraries
(
ygopro
target_link_libraries
(
ygopro
...
@@ -36,7 +36,6 @@ else ()
...
@@ -36,7 +36,6 @@ else ()
${
FREETYPE_LIBRARIES
}
${
FREETYPE_LIBRARIES
}
${
SQLITE_LIBRARIES
}
${
SQLITE_LIBRARIES
}
${
LIBEVENT_LIBRARIES
}
${
LIBEVENT_LIBRARIES
}
${
LUA_LIBRARIES
}
${
OPENGL_gl_LIBRARY
}
${
OPENGL_gl_LIBRARY
}
)
)
include_directories
(
include_directories
(
...
...
ocgcore
@
4d2e3603
Subproject commit
ea542f3300ff627c02c6e1729f9a5e94e957694
a
Subproject commit
4d2e3603745b8e92ab0248c9ff49174d0cbb4f5
a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment