diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 11:51:20 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 11:51:20 -0400 |
commit | 9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6 (patch) | |
tree | 6d58ffe2e9a60eac681b22b0cb0bd03baf74990c /tools/assign_ids/CMakeLists.txt | |
parent | 3fcc676cd3b9b3b24a8755612a459d498879b1df (diff) | |
download | lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.tar.gz lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.tar.bz2 lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.zip |
Added support for masteries
Also assigned IDs for the_butterfly, as well as already configured letters.
Diffstat (limited to 'tools/assign_ids/CMakeLists.txt')
-rw-r--r-- | tools/assign_ids/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/assign_ids/CMakeLists.txt b/tools/assign_ids/CMakeLists.txt index 0a9f62d..bc89347 100644 --- a/tools/assign_ids/CMakeLists.txt +++ b/tools/assign_ids/CMakeLists.txt | |||
@@ -5,5 +5,5 @@ add_executable(assign_ids | |||
5 | ) | 5 | ) |
6 | set_property(TARGET assign_ids PROPERTY CXX_STANDARD 20) | 6 | set_property(TARGET assign_ids PROPERTY CXX_STANDARD 20) |
7 | set_property(TARGET assign_ids PROPERTY CXX_STANDARD_REQUIRED ON) | 7 | set_property(TARGET assign_ids PROPERTY CXX_STANDARD_REQUIRED ON) |
8 | target_include_directories(assign_ids PUBLIC ${CMAKE_BINARY_DIR}) | 8 | target_include_directories(assign_ids PUBLIC ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/tools) |
9 | target_link_libraries(assign_ids PUBLIC protos protobuf::libprotobuf) | 9 | target_link_libraries(assign_ids PUBLIC protos protobuf::libprotobuf util) |