Skip to content

Commit

Permalink
Cmake Add ggpo to fontend common.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeatXD committed Mar 13, 2023
1 parent 68b23a5 commit 1188766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions duckstation.sln
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,6 @@ Global
{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}.Release|ARM64.ActiveCfg = Release|ARM64
{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}.Release|ARM64.Build.0 = Release|ARM64
{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}.Release|x64.ActiveCfg = Release|x64
{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}.Release|x64.Build.0 = Release|x64
{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}.Release|x86.ActiveCfg = Release|Win32
{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}.Release|x86.Build.0 = Release|Win32
{4BA0A6D4-3AE1-42B2-9347-096FD023FF64}.ReleaseLTCG|ARM64.ActiveCfg = ReleaseLTCG|ARM64
Expand Down Expand Up @@ -717,7 +716,7 @@ Global
{E4357877-D459-45C7-B8F6-DCBB587BB528}.Release|x86.ActiveCfg = Release|Win32
{E4357877-D459-45C7-B8F6-DCBB587BB528}.Release|x86.Build.0 = Release|Win32
{E4357877-D459-45C7-B8F6-DCBB587BB528}.ReleaseLTCG|ARM64.ActiveCfg = Release|ARM64
{E4357877-D459-45C7-B8F6-DCBB587BB528}.ReleaseLTCG|x64.ActiveCfg = Release|x64
{E4357877-D459-45C7-B8F6-DCBB587BB528}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{E4357877-D459-45C7-B8F6-DCBB587BB528}.ReleaseLTCG|x86.ActiveCfg = Release|Win32
{8BE398E6-B882-4248-9065-FECC8728E038}.Debug|ARM64.ActiveCfg = Debug|ARM64
{8BE398E6-B882-4248-9065-FECC8728E038}.Debug|ARM64.Build.0 = Debug|ARM64
Expand Down
1 change: 1 addition & 0 deletions src/frontend-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ add_library(frontend-common
)

target_link_libraries(frontend-common PUBLIC core common imgui tinyxml2 rapidjson scmversion)
target_link_libraries(frontend-common PRIVATE ggpo-x)

if(ENABLE_CUBEB)
target_sources(frontend-common PRIVATE
Expand Down

0 comments on commit 1188766

Please sign in to comment.