forked from hust-diangroup/ns3-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename underscore to hyphen in dir names
- Loading branch information
1 parent
48a97e2
commit 17501e6
Showing
47 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
build_lib_example( | ||
NAME ns3ai_apb_msg_vec | ||
SOURCE_FILES use_msg_vec/apb.cc | ||
SOURCE_FILES use-msg-vec/apb.cc | ||
LIBRARIES_TO_LINK ${libai} | ||
) | ||
pybind11_add_module(ns3ai_apb_py_vec use_msg_vec/apb_py.cc) | ||
pybind11_add_module(ns3ai_apb_py_vec use-msg-vec/apb_py.cc) | ||
set_target_properties(ns3ai_apb_py_vec PROPERTIES | ||
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/use_msg_vec) | ||
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/use-msg-vec) | ||
|
||
build_lib_example( | ||
NAME ns3ai_apb_msg_stru | ||
SOURCE_FILES use_msg_stru/apb.cc | ||
SOURCE_FILES use-msg-stru/apb.cc | ||
LIBRARIES_TO_LINK ${libai} | ||
) | ||
pybind11_add_module(ns3ai_apb_py_stru use_msg_stru/apb_py.cc) | ||
pybind11_add_module(ns3ai_apb_py_stru use-msg-stru/apb_py.cc) | ||
set_target_properties(ns3ai_apb_py_stru PROPERTIES | ||
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/use_msg_stru) | ||
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/use-msg-stru) | ||
|
||
# Build Python binding library along with C++ library | ||
add_dependencies(ns3ai_apb_msg_vec ns3ai_apb_py_vec) | ||
add_dependencies(ns3ai_apb_msg_stru ns3ai_apb_py_stru) | ||
|
||
build_lib_example( | ||
NAME ns3ai_apb_gym | ||
SOURCE_FILES use_gym/apb.cc | ||
SOURCE_FILES use-gym/apb.cc | ||
LIBRARIES_TO_LINK ${libai} ${libcore} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.