early-access version 2853
This commit is contained in:
15
externals/vcpkg/ports/inih/CMakeLists.txt
vendored
Executable file
15
externals/vcpkg/ports/inih/CMakeLists.txt
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
project(inih)
|
||||
|
||||
set(SOURCES ini.c cpp/INIReader.cpp)
|
||||
set(HEADERS ini.h cpp/INIReader.h)
|
||||
|
||||
add_library(inih ${SOURCES})
|
||||
|
||||
install(
|
||||
TARGETS inih
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
)
|
||||
|
||||
install(FILES ${HEADERS} DESTINATION include)
|
||||
Reference in New Issue
Block a user