mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-12 19:50:03 +05:00
cmake: drop rsthreads.cc and rskbdinput.cc from RS_IMPLEMENTATION_HEADERS
Both files were listed twice in src/CMakeLists.txt: once (correctly) in
RS_SOURCES, and once again in RS_IMPLEMENTATION_HEADERS right next to
their .h namesake -- a copy/paste slip dating back to the initial CMake
port (449fcbc3).
RS_IMPLEMENTATION_HEADERS does not feed add_library(), so this never
caused a duplicate compilation. It is only consumed by the install()
loop guarded by RS_LIBRETROSHARE_STANDALONE_INSTALL, which was therefore
copying the two .cc files into the installed include directory.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2063604eea
commit
7ea31d7b12
@ -704,7 +704,6 @@ list(
|
||||
util/rsfile.h
|
||||
util/rsinitedptr.h
|
||||
util/rsjson.h
|
||||
util/rskbdinput.cc
|
||||
util/rskbdinput.h
|
||||
util/rslikelyunlikely.h
|
||||
util/rsmacrosugar.hpp
|
||||
@ -716,7 +715,6 @@ list(
|
||||
util/rsrecogn.h
|
||||
util/rsstd.h
|
||||
util/rsstring.h
|
||||
util/rsthreads.cc
|
||||
util/rsthreads.h
|
||||
util/rstickevent.h
|
||||
util/rstime.h
|
||||
|
||||
Loading…
Reference in New Issue
Block a user