mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Beginnings of CMake port
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
add_definitions(-D_LIB)
|
||||
|
||||
set(CoreLibExe_SOURCES
|
||||
hsExeError.cpp
|
||||
hsExeMalloc.cpp
|
||||
)
|
||||
|
||||
set(CoreLibExe_HEADERS
|
||||
Intern.h
|
||||
Pch.h
|
||||
)
|
||||
|
||||
add_library(CoreLibExe STATIC ${CoreLibExe_SOURCES} ${CoreLibExe_HEADERS})
|
||||
|
||||
source_group("Source Files" FILES ${CoreLibExe_SOURCES})
|
||||
source_group("Header Files" FILES ${CoreLibExe_HEADERS})
|
Reference in New Issue
Block a user