This website requires JavaScript.
Explore
Help
Sign In
timo.menzel
/
test_pie
Watch
1
Star
0
Fork
You've already forked test_pie
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c7b4da6de0
test_pie
/
external
/
imgui
/
CMakeLists.txt
4 lines
100 B
CMake
Raw
Blame
History
file
(
GLOB
SOURCES
./*.cpp
)
file
(
GLOB
HEADERS
./*.h
)
add_library
(
imgui
STATIC
${
SOURCES
}
${
HEADERS
}
)
Reference in New Issue
View Git Blame
Copy Permalink