mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Add CMake definitions (#79)
This commit is contained in:
10
src/CMakeLists.txt
Normal file
10
src/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
add_library(raygui INTERFACE)
|
||||
|
||||
file(GLOB sources *.h)
|
||||
set(RAYGUI_HEADERS, ${sources})
|
||||
|
||||
install(FILES
|
||||
${RAYGUI_HEADERS} DESTINATION include/
|
||||
)
|
||||
|
||||
target_include_directories(raygui INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/)
|
||||
Reference in New Issue
Block a user