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
2814da014f
boo
/
test
/
CMakeLists.txt
3 lines
84 B
CMake
Raw
Normal View
History
Unescape
Escape
Compile fixes
2015-08-18 22:43:30 +00:00
add_executable
(
booTest
main.cpp
)
Major refactor for better modularity
2015-08-18 19:40:26 +00:00
target_link_libraries
(
booTest
Boo
${
BOO_SYS_LIBS
}
)