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.
14 lines
313 B
14 lines
313 B
14 years ago
|
include_directories(../../CoreLib)
|
||
|
|
||
|
set(pnAddrInfo_SOURCES
|
||
|
pnAddrInfo.cpp
|
||
|
)
|
||
|
|
||
|
set(pnAddrInfo_HEADERS
|
||
|
pnAddrInfo.h
|
||
|
)
|
||
|
|
||
|
add_library(pnAddrInfo STATIC ${pnAddrInfo_SOURCES} ${pnAddrInfo_HEADERS})
|
||
|
|
||
|
source_group("Source Files" FILES ${pnAddrInfo_SOURCES})
|
||
|
source_group("Header Files" FILES ${pnAddrInfo_HEADERS})
|