diff options
| author | 童宗振 <[email protected]> | 2024-04-03 07:50:58 +0000 |
|---|---|---|
| committer | 童宗振 <[email protected]> | 2024-04-03 07:50:58 +0000 |
| commit | 4742adc876f85c5902d11b7ea91d538eaf806e26 (patch) | |
| tree | bec3e8e0792aa83ec4ef6823084493c4fb23df96 /src/CMakeLists.txt | |
| parent | 7b8728323be9a796c79175a9a8aa4c5a7f9be50d (diff) | |
Base skeleton
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f590bcf..5311200 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,4 @@ +include_directories(${CMAKE_CURRENT_SOURCE_DIR}) -add_executable(${PROJECT_NAME} main.c) -target_link_libraries(${PROJECT_NAME} libmarsio maatframe)
\ No newline at end of file +add_executable(${PROJECT_NAME} main.c config.c job_ctx.c trace_output.c) +target_link_libraries(${PROJECT_NAME} libmarsio maatframe MESA_prof_load uuid pthread)
\ No newline at end of file |
