Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Nov 28, 2023
1 parent 89209ad commit 5fa7457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ endif ()
foreach (filename ${FILENAMES})
get_filename_component(basename ${filename} NAME_WE)
if (${BUILD_GRID_SYNTH})
MESSAGE(STATUS "BUILD GRID_SYNTH")
add_executable("staq_${basename}" ${filename})
if (MSVC)
target_link_libraries(staq_${basename} PUBLIC PkgConfig::gmp PkgConfig::gmpxx)
Expand Down

0 comments on commit 5fa7457

Please sign in to comment.