|
|
@ -50,7 +50,9 @@ add_library( # Sets the name of the library.
|
|
|
|
SHARED
|
|
|
|
SHARED
|
|
|
|
|
|
|
|
|
|
|
|
# Provides a relative path to your source file(s).
|
|
|
|
# Provides a relative path to your source file(s).
|
|
|
|
mpmaster.cpp )
|
|
|
|
mpmaster.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# Searches for a specified prebuilt library and stores the path as a
|
|
|
|
# Searches for a specified prebuilt library and stores the path as a
|
|
|
|
# variable. Because CMake includes system libraries in the search path by
|
|
|
|
# variable. Because CMake includes system libraries in the search path by
|
|
|
|