This website requires JavaScript.
Explore
Help
Sign In
glguy
/
aocpp
Watch
1
Star
0
Fork
0
You've already forked aocpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1dfe64b02d
aocpp
/
lib
/
CMakeLists.txt
2 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
make a common lib for non-intcode problems
2022-11-06 21:12:30 -08:00
add_library
(
aocpp
src/Startup.cpp
src/Coord.cpp
)
target_include_directories
(
aocpp
PUBLIC
include
)
Reference in New Issue
Copy Permalink