mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Start CMake-ifying NucleusLib
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
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})
|
Reference in New Issue
Block a user