This website requires JavaScript.
Explore
Help
Sign In
AxioDL
/
boo
mirror of
https://github.com/AxioDL/boo.git
Watch
2
Star
0
Fork
You've already forked boo
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5c66d46cfe
boo
/
test
/
CMakeLists.txt
3 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
More D3D12 work
2015-11-03 04:19:41 +00:00
add_executable
(
booTest
WIN32
main.cpp
)
Added LogVisor
2015-10-30 06:26:02 +00:00
target_link_libraries
(
booTest
Boo
LogVisor
${
BOO_SYS_LIBS
}
)