mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
parent
2a6434a86d
commit
922fb39787
@ -11,7 +11,7 @@ endif()
|
||||
add_executable(ActiveRecordCompiler ${SRCS})
|
||||
set_target_properties(ActiveRecordCompiler
|
||||
PROPERTIES
|
||||
OUTPUT_NAME arc
|
||||
OUTPUT_NAME poco-arc
|
||||
)
|
||||
|
||||
target_link_libraries(ActiveRecordCompiler PUBLIC Poco::Foundation Poco::Util)
|
||||
|
@ -1,6 +1,6 @@
|
||||
vc.project.guid = 84DD1CB5-4735-478A-B48E-5E4858F0E831
|
||||
vc.project.name = Compiler
|
||||
vc.project.target = arc
|
||||
vc.project.target = poco-arc
|
||||
vc.project.type = executable
|
||||
vc.project.pocobase = ..\\..
|
||||
vc.project.outdir = ${vc.project.pocobase}
|
||||
|
@ -8,7 +8,7 @@ include $(POCO_BASE)/build/rules/global
|
||||
|
||||
objects = Parser CodeGenerator HeaderGenerator ImplGenerator Compiler
|
||||
|
||||
target = arc
|
||||
target = poco-arc
|
||||
target_libs = PocoUtil PocoJSON PocoXML PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
|
Loading…
Reference in New Issue
Block a user