CMake: change the order in which libraries are included

This commit is contained in:
2025-07-23 19:46:34 +03:00
parent d907ee9447
commit 18b5700cbd
4 changed files with 23 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
# limitations under the License.
#
set(LIBHELPER_FLAGS -Wall -DLIB_BUILD_MODE)
set(LIBHELPER_FLAGS -DLIB_BUILD_MODE)
set(LIBHELPER_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/Checkers.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/Classes.cpp