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.
16 lines
343 B
16 lines
343 B
include_directories(../../CoreLib) |
|
include_directories(../../NucleusLib) |
|
|
|
set(pnCsrCli_SOURCES |
|
pnCsrCli.cpp |
|
) |
|
|
|
set(pnCsrCli_HEADERS |
|
Pch.h |
|
pnCsrCli.h |
|
) |
|
|
|
add_library(pnCsrCli STATIC ${pnCsrCli_SOURCES} ${pnCsrCli_HEADERS}) |
|
|
|
source_group("Source Files" FILES ${pnCsrCli_SOURCES}) |
|
source_group("Header Files" FILES ${pnCsrCli_HEADERS}) |