10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
include(BuildVersion)
|
|
|
|
if(VIEWER)
|
|
build_version(viewer)
|
|
endif(VIEWER)
|
|
|
|
if(SERVER)
|
|
build_version(server)
|
|
endif(SERVER)
|