many stuffs
This commit is contained in:
parent
ce81cbd9d8
commit
a88fce53e2
27 changed files with 4343 additions and 16 deletions
|
|
@ -1,10 +1,2 @@
|
|||
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/CPM.cmake")
|
||||
|
||||
CPMAddPackage(
|
||||
NAME "jar"
|
||||
GITHUB_REPOSITORY "pyrite-dev/jar"
|
||||
GIT_TAG master
|
||||
)
|
||||
|
||||
add_library(jar INTERFACE)
|
||||
target_include_directories(jar INTERFACE ${jar_SOURCE_DIR})
|
||||
target_include_directories(jar INTERFACE jar)
|
||||
|
|
|
|||
|
|
@ -9,3 +9,4 @@ if(NOT DEFINED stb_SOURCE_DIR)
|
|||
endif()
|
||||
|
||||
add_library(stb_vorbis ${stb_SOURCE_DIR}/stb_vorbis.c)
|
||||
target_include_directories(stb_vorbis PUBLIC ${stb_SOURCE_DIR})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue