generated from trianta/cpp-unity-template
6 lines
108 B
CMake
6 lines
108 B
CMake
add_executable(markov
|
|
./main.cpp
|
|
)
|
|
|
|
target_include_directories(markov PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|