Initial commit based on common repo commit ffeb9c9b
This commit is contained in:
7
libs/3rd-party/mseed/CMakeLists.txt
vendored
Normal file
7
libs/3rd-party/mseed/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
SET(LIB_NAME mseed)
|
||||
FILE(GLOB SOURCES "*.cpp" "*.c" "*.h")
|
||||
|
||||
|
||||
ADD_LIBRARY(${LIB_NAME} STATIC ${SOURCES})
|
||||
SET_TARGET_PROPERTIES(${LIB_NAME} PROPERTIES COMPILE_FLAGS -fPIC)
|
||||
|
||||
Reference in New Issue
Block a user