Skip to content

Commit

Permalink
Build and link boost::nowide
Browse files Browse the repository at this point in the history
This is a UTF16 to UTF-8 converter.
  • Loading branch information
jameskr97 committed Nov 18, 2020
1 parent 3d8b69f commit 5b2720b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ target_link_libraries(Etterna PRIVATE stb)
target_link_libraries(Etterna PRIVATE libcurl)
target_link_libraries(Etterna PRIVATE fmt::fmt)
target_link_libraries(Etterna PRIVATE plog::plog)
target_link_libraries(Etterna PRIVATE nowide::nowide)

# If the user wants crashpad, and the target exists (in-case
# the user wants it, but crashpad couldn't find python)
Expand Down
1 change: 1 addition & 0 deletions extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ add_subdirectory(zlib)
add_subdirectory(mad-0.15.1b)
add_subdirectory(fmt)
add_subdirectory(plog)
add_subdirectory(boost/nowide)

## Vorbis depends on ogg
add_subdirectory(newogg)
Expand Down

0 comments on commit 5b2720b

Please sign in to comment.