You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
include_directories("../../CoreLib")
|
|
|
|
include_directories("../../NucleusLib")
|
|
|
|
|
|
|
|
set(pnProduct_HEADERS
|
|
|
|
Pch.h
|
|
|
|
pnProduct.h
|
|
|
|
)
|
|
|
|
|
|
|
|
set(pnProduct_PRIVATE
|
|
|
|
Private/pnPrAllIncludes.h
|
|
|
|
Private/pnPrBranchId.h
|
|
|
|
Private/pnPrBranchId.cpp
|
|
|
|
Private/pnPrBuildId.h
|
|
|
|
Private/pnPrBuildId.cpp
|
|
|
|
Private/pnPrBuildString.h
|
|
|
|
Private/pnPrBuildString.cpp
|
|
|
|
Private/pnPrProductId.h
|
|
|
|
Private/pnPrProductId.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_library(pnProduct STATIC ${pnProduct_HEADERS} ${pnProduct_PRIVATE})
|
|
|
|
|
|
|
|
target_link_libraries(pnProduct CoreLib pnUUID)
|
|
|
|
|
|
|
|
source_group("Header Files" FILES ${pnProduct_HEADERS})
|
|
|
|
source_group("Private" FILES ${pnProduct_PRIVATE})
|