Files
m2dev-client-src/src/EterPythonLib/CMakeLists.txt
2025-09-21 05:28:55 +02:00

11 lines
205 B
CMake

file(GLOB_RECURSE FILE_SOURCES "*.h" "*.c" "*.cpp")
add_library(EterPythonLib STATIC ${FILE_SOURCES})
target_link_libraries(EterPythonLib
cryptopp-static
mio
)
GroupSourcesByFolder(EterPythonLib)