Reworked linker exports generation

This commit is contained in:
acidicoala
2025-08-14 22:37:57 +05:00
parent d384a2c0b2
commit 9f8b9befc6
2169 changed files with 634226 additions and 35 deletions

View File

@@ -4,13 +4,7 @@ project(smoke-api-tools LANGUAGES CXX)
### Install CPM package manager
file(
DOWNLOAD
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.42.0/CPM.cmake
${CMAKE_BINARY_DIR}/cmake/CPM.cmake
EXPECTED_HASH SHA256=2020b4fc42dba44817983e06342e682ecfc3d2f484a581f11cc5731fbe4dce8a
)
include(${CMAKE_BINARY_DIR}/cmake/CPM.cmake)
include(../KoalaBox/cmake/get_cpm.cmake)
### Install parser library