mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Revert "fix: use our own prefix for rainbow lib"
This reverts commit 61db1c46be.
This commit is contained in:
parent
de4d757650
commit
26acc836d9
2 changed files with 5 additions and 5 deletions
|
|
@ -9,14 +9,14 @@ src/rainbow.cpp
|
|||
)
|
||||
|
||||
add_definitions(-DRAINBOW_LIBRARY)
|
||||
add_library(PolyMC_rainbow SHARED ${RAINBOW_SOURCES})
|
||||
target_include_directories(PolyMC_rainbow PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
add_library(Launcher_rainbow SHARED ${RAINBOW_SOURCES})
|
||||
target_include_directories(Launcher_rainbow PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
|
||||
target_link_libraries(PolyMC_rainbow Qt5::Core Qt5::Gui)
|
||||
target_link_libraries(Launcher_rainbow Qt5::Core Qt5::Gui)
|
||||
|
||||
# Install it
|
||||
install(
|
||||
TARGETS PolyMC_rainbow
|
||||
TARGETS Launcher_rainbow
|
||||
RUNTIME DESTINATION ${LIBRARY_DEST_DIR}
|
||||
LIBRARY DESTINATION ${LIBRARY_DEST_DIR}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue