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.
21 lines
445 B
21 lines
445 B
include_directories("../../CoreLib") |
|
include_directories("../../NucleusLib") |
|
|
|
set(pnIni_HEADERS |
|
Intern.h |
|
Pch.h |
|
pnIni.h |
|
) |
|
|
|
set(pnIni_PRIVATE |
|
Private/pnIniAllIncludes.h |
|
Private/pnIniChange.h |
|
Private/pnIniCore.h |
|
Private/pnIniCore.cpp |
|
Private/pnIniSrv.h |
|
) |
|
|
|
add_library(pnIni STATIC ${pnIni_HEADERS} ${pnIni_PRIVATE}) |
|
|
|
source_group("Header Files" FILES ${pnIni_HEADERS}) |
|
source_group("Private" FILES ${pnIni_PRIVATE})
|
|
|