We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a378ba3 commit c2bfbf4Copy full SHA for c2bfbf4
simulation/src/applications/CMakeLists.txt
100644
100755
@@ -12,7 +12,7 @@ list(FILTER ASTRA_SIM_SOURCE_FILES EXCLUDE REGEX ".*SimAiFlowModelRdma\\.cc")
12
list(FILTER ASTRA_SIM_SOURCE_FILES EXCLUDE REGEX ".*PhyMultiThread\\.cc")
13
14
15
-include_directories(${CMAKE_CURRENT_SOURCE_DIR})
+include_directories($<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
16
17
build_lib(
18
LIBNAME applications
0 commit comments