fix library import naming
This commit is contained in:
parent
6e6ac1d6b0
commit
15e27580e1
1 changed files with 2 additions and 2 deletions
|
|
@ -52,10 +52,10 @@ include_directories(./)
|
||||||
# Include shared act libraries
|
# Include shared act libraries
|
||||||
# We need this mostly for file elaboration ahead of cluster deployment
|
# We need this mostly for file elaboration ahead of cluster deployment
|
||||||
add_library(act-lib SHARED IMPORTED)
|
add_library(act-lib SHARED IMPORTED)
|
||||||
set_target_properties(ActLib PROPERTIES IMPORTED_LOCATION $ENV{ACT_HOME}/lib/libact.a)
|
set_target_properties(act-lib PROPERTIES IMPORTED_LOCATION $ENV{ACT_HOME}/lib/libact.a)
|
||||||
|
|
||||||
add_library(act-common-lib SHARED IMPORTED)
|
add_library(act-common-lib SHARED IMPORTED)
|
||||||
set_target_properties(ActCommon PROPERTIES IMPORTED_LOCATION $ENV{ACT_HOME}/lib/libvlsilib.a)
|
set_target_properties(act-common-lib PROPERTIES IMPORTED_LOCATION $ENV{ACT_HOME}/lib/libvlsilib.a)
|
||||||
|
|
||||||
|
|
||||||
# ATTENTION
|
# ATTENTION
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue