Skip to content

Commit

Permalink
update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
raicool committed Aug 18, 2023
2 parents fa208fc + 09e3986 commit a3bc9a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE SDL2::SDL2)

# sdl2_image
find_package(SDL2_image REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE SDL2_image::SDL2_image)
target_link_libraries(${PROJECT_NAME} PRIVATE SDL2::image)

# unix packages
if (UNIX)
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ credits to B_squo for replay documentation https://twitter.com/B_squo
### TODO
- [ ] get spotpass files directly from 3ds using luma debugger / an ftp server
- [ ] auto update feature


## Usage
the ghost manager requires sdl2 and sdl2_image to be installed
### Ubuntu
```
sudo apt-get install libsdl2-2.0-0
sudo apt-get install libsdl2-image-2.0-0
```

0 comments on commit a3bc9a3

Please sign in to comment.