spectrum: Sort CMake libraries alphabetically
This commit is contained in:
committed by
Eduardo Almeida
parent
9a27820c9e
commit
49413e33d1
@@ -2,56 +2,56 @@ build_lib_example(
|
||||
NAME adhoc-aloha-ideal-phy
|
||||
SOURCE_FILES adhoc-aloha-ideal-phy.cc
|
||||
LIBRARIES_TO_LINK
|
||||
${libspectrum}
|
||||
${libmobility}
|
||||
${libinternet}
|
||||
${libapplications}
|
||||
${libinternet}
|
||||
${libmobility}
|
||||
${libspectrum}
|
||||
)
|
||||
|
||||
build_lib_example(
|
||||
NAME adhoc-aloha-ideal-phy-matrix-propagation-loss-model
|
||||
SOURCE_FILES adhoc-aloha-ideal-phy-matrix-propagation-loss-model.cc
|
||||
LIBRARIES_TO_LINK
|
||||
${libspectrum}
|
||||
${libmobility}
|
||||
${libinternet}
|
||||
${libapplications}
|
||||
${libinternet}
|
||||
${libmobility}
|
||||
${libspectrum}
|
||||
)
|
||||
|
||||
build_lib_example(
|
||||
NAME adhoc-aloha-ideal-phy-with-microwave-oven
|
||||
SOURCE_FILES adhoc-aloha-ideal-phy-with-microwave-oven.cc
|
||||
LIBRARIES_TO_LINK
|
||||
${libspectrum}
|
||||
${libmobility}
|
||||
${libinternet}
|
||||
${libapplications}
|
||||
${libinternet}
|
||||
${libmobility}
|
||||
${libspectrum}
|
||||
)
|
||||
|
||||
build_lib_example(
|
||||
NAME tv-trans-example
|
||||
SOURCE_FILES tv-trans-example.cc
|
||||
LIBRARIES_TO_LINK
|
||||
${libspectrum}
|
||||
${libmobility}
|
||||
${libcore}
|
||||
${libmobility}
|
||||
${libspectrum}
|
||||
)
|
||||
|
||||
build_lib_example(
|
||||
NAME tv-trans-regional-example
|
||||
SOURCE_FILES tv-trans-regional-example.cc
|
||||
LIBRARIES_TO_LINK
|
||||
${libspectrum}
|
||||
${libmobility}
|
||||
${libcore}
|
||||
${libmobility}
|
||||
${libspectrum}
|
||||
)
|
||||
|
||||
build_lib_example(
|
||||
NAME three-gpp-channel-example
|
||||
SOURCE_FILES three-gpp-channel-example.cc
|
||||
LIBRARIES_TO_LINK
|
||||
${libspectrum}
|
||||
${libmobility}
|
||||
${libcore}
|
||||
${liblte}
|
||||
${libmobility}
|
||||
${libspectrum}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user