mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Merge branch 'master' into calibration
This commit is contained in:
commit
cccc8dca63
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ endif()
|
|||
find_package(Threads REQUIRED)
|
||||
target_link_libraries(satdump_core PUBLIC Threads::Threads)
|
||||
|
||||
# FS
|
||||
target_link_libraries(satdump_core PUBLIC stdc++fs)
|
||||
|
||||
# Set Spdlog to build the library
|
||||
target_compile_definitions(satdump_core PUBLIC SPDLOG_COMPILED_LIB="1")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue