mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
NOISSUE fix silly path issue with folders and files with the same names
This commit is contained in:
parent
b0bfffcd90
commit
c50b3cdeec
1 changed files with 2 additions and 2 deletions
|
|
@ -6,5 +6,5 @@ WonkoClient.cpp
|
|||
WonkoClient.h
|
||||
)
|
||||
|
||||
add_executable(WonkoClient ${SRC_FILES})
|
||||
target_link_libraries(WonkoClient MultiMC_logic)
|
||||
add_executable(MMCClient ${SRC_FILES})
|
||||
target_link_libraries(MMCClient MultiMC_logic)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue