|
@@ -29,8 +29,8 @@ endforeach()
|
|
set_target_properties(core-shared PROPERTIES OUTPUT_NAME "aFuncore")
|
|
set_target_properties(core-shared PROPERTIES OUTPUT_NAME "aFuncore")
|
|
set_target_properties(core-static PROPERTIES OUTPUT_NAME "aFuncore-s")
|
|
set_target_properties(core-static PROPERTIES OUTPUT_NAME "aFuncore-s")
|
|
|
|
|
|
-target_link_libraries(core-shared PUBLIC code-shared)
|
|
|
|
-target_link_libraries(core-static PUBLIC code-static)
|
|
|
|
|
|
+target_link_libraries(core-shared PUBLIC tool-shared code-shared)
|
|
|
|
+target_link_libraries(core-static PUBLIC tool-static code-static)
|
|
#
|
|
#
|
|
#install(TARGETS core-shared core-static
|
|
#install(TARGETS core-shared core-static
|
|
# EXPORT aFunlang
|
|
# EXPORT aFunlang
|