metaforce/hecl/driver/CMakeLists.txt

3 lines
89 B
CMake

add_executable(hecl main.cpp)
target_link_libraries(hecl LogVisor HECL blowfish pthread)