libexpress is no longer a dependency of the class libs
great!
This commit is contained in:
parent
c6b0a5d810
commit
b468d27522
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ FUNCTION(BUILD_A_SCHEMA SCHEMA_FILE)
|
|||
endif( SC_ENABLE_COVERAGE AND NOT SC_COVER_SCHEMAS )
|
||||
|
||||
# if testing is enabled, "TESTABLE" sets property EXCLUDE_FROM_ALL and prevents installation
|
||||
SC_ADDLIB( ${PROJECT_NAME} "${FEDEX_OUT}" "stepdai;stepcore;express;stepeditor;steputils;base" "TESTABLE" )
|
||||
SC_ADDLIB( ${PROJECT_NAME} "${FEDEX_OUT}" "stepdai;stepcore;stepeditor;steputils;base" "TESTABLE" )
|
||||
add_dependencies( ${PROJECT_NAME} generate_cpp_${SCHEMA_SHORT_NAME} )
|
||||
set_target_properties( ${PROJECT_NAME} PROPERTIES COMPILE_FLAGS
|
||||
${${PROJECT_NAME}_COMPILE_FLAGS} )
|
||||
|
|
|
|||
|
|
@ -67,4 +67,4 @@ include_directories(
|
|||
${SC_SOURCE_DIR}/src/clutils
|
||||
)
|
||||
|
||||
SC_ADDLIB(stepcore "${LIBSTEPCORE_SRCS}" "express;steputils;stepdai;base")
|
||||
SC_ADDLIB(stepcore "${LIBSTEPCORE_SRCS}" "steputils;stepdai;base")
|
||||
|
|
|
|||
Loading…
Reference in a new issue