Files
2019-12-01 02:06:51 +01:00

6 lines
107 B
CMake

add_executable (n64c-config
"src/main.c")
target_link_libraries (n64c-config
PRIVATE
n64c)