mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
PubUtilLib Part IV
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
include_directories("../../CoreLib")
|
||||
include_directories("../../NucleusLib")
|
||||
include_directories("../../PubUtilLib")
|
||||
|
||||
set(plUUID_SOURCES
|
||||
plUUID.cpp
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
set(plUUID_SOURCES ${plUUID_SOURCES} plUUID_Win32.cpp)
|
||||
endif(WIN32)
|
||||
|
||||
set(plUUID_HEADERS
|
||||
plUUID.h
|
||||
)
|
||||
|
||||
add_library(plUUID STATIC ${plUUID_SOURCES} ${plUUID_HEADERS})
|
||||
|
||||
source_group("Source Files" FILES ${plUUID_SOURCES})
|
||||
source_group("Header Files" FILES ${plUUID_HEADERS})
|
Reference in New Issue
Block a user