using boost uuid
This commit is contained in:
parent
60365877d6
commit
0104e72997
3 changed files with 14 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
|
||||
|
||||
find_package(Boost 1.62 REQUIRED)
|
||||
|
||||
set(CORE_HEADERS
|
||||
entity.h
|
||||
)
|
||||
|
@ -6,4 +9,5 @@ set(CORE_SOURCES
|
|||
entity.cpp
|
||||
)
|
||||
|
||||
add_library(core STATIC ${CORE_SOURCES})
|
||||
add_library(core STATIC ${CORE_SOURCES})
|
||||
target_link_libraries(core Boost::boost)
|
Loading…
Add table
Add a link
Reference in a new issue